What's Changed
* Expose numeric ids for MQTT definitions by lpaolini in https://github.com/ParadoxAlarmInterface/pai/pull/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 lost `imp` module that our `construct` dependency uses. We are now blocked until we will upgrade the code to the latest `construct`.
New Contributors
* lpaolini made their first contribution in https://github.com/ParadoxAlarmInterface/pai/pull/456
**Full Changelog**: https://github.com/ParadoxAlarmInterface/pai/compare/3.4.0...3.4.1