Skip to content

3.0.0 BREAKING CHANGES

Compare
Choose a tag to compare
@yozik04 yozik04 released this 30 Mar 21:09
· 136 commits to master since this release

Master branch had some bugs that required breaking changes to fix them. Now time has come. I am releasing new 3.0.0 version with these breaking changes.

BREAKING CHANGE

Home assistant entity ids have changed and are not backward compatible with previous version. If you used Home Assistant integration before, I recommend you to wipe all alarm and sensor related MQTT messages. You can use MQTT Explorer for that: homeassistant/*/<your panel serial> and paradox/* topics.

New settings

  • It is possible to control what entities are published to Home Assistant with settings:
    • HOMEASSISTANT_PUBLISH_PARTITION_PROPERTIES (defaults: target_state, current_state)
    • HOMEASSISTANT_PUBLISH_ZONE_PROPERTIES (defaults: open, tamper)