Releases: spacemanspiff2007/HABApp
Releases · spacemanspiff2007/HABApp
25.12.0
25.07.0
Support for OpenHAB 5.0
25.06.2
Updated dependencies
25.06.1
Fixed introduced file load issue
25.06.0
- Fixed JobInThePast issue
- Fixed restriction for certain image types
- Fixed issue when there is an error during rule load
25.05.0
- Fixed scientific handling of floats
- Fixed InstantView
- Updated dependencies
25.04.0
- Updated thread pool and asyncio handling
- Dropped support for OpenHAB 3
- Number item has a dimension property which is set if it's a UoM item
- Added QuantityInt and QuantityFloat which is normal int/float but carries the unit in
.unit - Added Point datatype for dealing with coordinates
- Added StringList
- Use websockets for openHAB connection
- Sending events and commands to openHAB is stricter and will raise an error if the value will not be accepted
- Removed ComplexEventValue
- Added RingCounter, RingCounterTracker and ExpiringCache to utils
on_rule_loadedandon_rule_unloadedcan be both sync and async- Changed license to EUPL
24.11.1
Fixed an issue with the logging Queue
24.11.0
- Switched to new scheduler
- Added ValueCommandEvent. The openhab command event inherits from this event.
- Added InstantView which simplifies dealing with timestamps
24.08.1
Fixed a possible infinite loop during thing re-sync