- Fixed an issue when using token based authentication with openHAB - Fixed an issue with the asyncio event loop under Python < 3.10
v1.0.7.release
1.0.7
- ``ContactItem`` has ``open()``/``closed()`` methods - Setting persistence values now works for some persistence services - Don't connect when user/password is missing for openHAB
1.0.6
* Added log message if item for ping does not exist * File writer for Thing config doesn't create empty files * Fixed thing table for textual thing config * Added `execute_python` to rule and reworked `execute_subprocess` * Added item_registry to ignored exception paths
1.0.5
- Added new item function ``post_value_if`` and ``oh_post_update_if`` to conditionally update an item - Added support for new alive event with openHAB 3.4 - Reworked file writer for textual thing config - Added support for ThingConfigStatusInfoEvent - MultiModeValue returns True/False if item value was changed - Updated dependencies
1.0.4
- New RGB & HSB datatype for simpler color handling - Fixed Docker build - Bugfixes
1.0.3
- OpenHAB Thing can now be enabled/disabled with ``thing.set_enabled()`` - ClientID for MQTT should now be unique for every HABApp installation - Reworked MultiModeItem, now a default value is possible when no mode is active - Added some type hints and updated documentation