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