v1.1.0
spacemanspiff2007
released this
15 Jun 10:23
·
15 commits
to master
since this release
This is a breaking change!
- Renamed
GroupItemStateChangedEvent
toGroupStateChangedEvent
- Groups issue a
GroupStateUpdateEvent
when the state updates on OH3 (consistent with OH4 behavior) - Groups work now with
ValueUpdateEvent
andValueChangedEvent
as expected - Renamed
ItemStateEvent
toItemStateUpdatedEvent
- Ignored ItemStateEvent on OH4
- Fewer warnings for long-running functions (execution of <FUNC_NAME> took too long)
Thing
status and status_detail are now an Enum- Added
status_detail
toThing
LocationItem
now provides the location as a tuple- Added support for
Point
events - Improved item sync from openHAB (no more false item state
None
after startup) - Improved startup behavior when openHAB and HABApp get started together (e.g. after reboot)
- Fixed an issue with short tracebacks for HABApp internal files
- Doc improvements