Releases: ParadoxAlarmInterface/pai
Releases · ParadoxAlarmInterface/pai
3.6.0
3.4.1
What's Changed
- Expose numeric ids for MQTT definitions by @lpaolini in #456
- New configuration parameter
IO_TIMEOUT
for slow connection to panels. - Restrict
paho_mqtt>=1.5.0,<2
- Docker image is now based on
python:3.11-alpine
- Python required
>=3.8,<3.12
. Unfortunately Python 3.12 has lostimp
module that ourconstruct
dependency uses. We are now blocked until we will upgrade the code to the latestconstruct
.
New Contributors
Full Changelog: 3.4.0...3.4.1
3.4.0
3.3.0
What's Changed
- Added support for EVOHD+
- Add support SP7000+ by @makstech in #365
- Treat arm_no_entry as armed_night state by @mradugin in #385
- Update help, requirements by @tekand in #387
- Signal_strength exposed as numeric sensor by @tekand in #388
- SWAN reconnection failure possible fix
- Some other minor changes.
Full Changelog: 3.2.1...3.3.0
3.2.1
What's Changed
- Add MG5050+
- Add SP6000+ by @carcinogoy in #331
New Contributors
- @carcinogoy made their first contribution in #331
Full Changelog: 3.1.0...3.2.1
3.1.0
3.0.0 BREAKING CHANGES
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)