Releases: benleb/ad-automoli
Releases · benleb/ad-automoli
v0.9.0b0
🎉 New dim-before-off function
🎉 New only_own_events option, done by @chbndrhnns - thanks!
v0.8.3
Currently no changelog, sorry. See commits for changes since v0.8.2
v0.8.2
Fix bugs introduced with v0.8.0/1 - sorry!
- #47 if using
motion_states
, a missing await
in the handler broke it completely, thanks to @thundergreen
- #48 iterating over a non-iterable object, thanks to @ilarrain
v0.8.1
- fix #46, disabled_entities wrongly parsed. Thanks @mendevi
v0.8.0
- various small fixes and experiments ;D
- remove deepsource lol
- fix for illuminance sensors enumeration bug (#45)
- fix for unavailable humidity sensors (#44)
- full async
v0.7.3
- fix time issue
- fix blocker list issue, thanks to @chbndrhnns
v0.7.2
- replace list comprehensions with generators
- fix anti-patterns
v0.7.1
- code cleanup/restructuring
- removed adutils dependency
v0.6.1
- #32 fix
disable_switch_entity
bug which caused that just switching on the lights was disabled. Thanks to @mendevi
- restructure dependency handling (good luck to us all that it will work in all setups now ;))
v0.6.0
- own requirements handling implemented, supporting all ways to run appdaemon as docker, venv, hassio, ...