Home Assistant Improvements
Pre-release
Pre-release
ccutrer
released this
14 Nov 00:18
·
1321 commits
to mqtt-integration
since this release
This includes the following Home Assistant Improvements:
- Improve Cover to support position and full state
- Support Scene
- Support Button
- Support Tag (untested)
- Improve Lock to support OPEN and full state
- Handle null component names (encouraged as of HASS 2023.8)
- Fix Light to show as OFF even if it has a non-zero brightness
- Support color temperatures with JSON schema Light
- Support effect channel on Light
- Support Update
- Build a per-thing thing type
To install, you must use Karaf console, since the MQTT binding is made up of multiple bundles:
update org.openhab.binding.mqtt.generic https://github.com/ccutrer/openhab-addons/releases/download/mqtt-homeassistant-20231113-1/org.openhab.binding.mqtt.generic-4.1.0-SNAPSHOT.jar
update org.openhab.binding.mqtt.homeassistant https://github.com/ccutrer/openhab-addons/releases/download/mqtt-homeassistant-20231113-1/org.openhab.binding.mqtt.homeassistant-4.1.0-SNAPSHOT.jar
Then restart openHAB.