Releases: benleb/ad-automoli
Releases · benleb/ad-automoli
v0.5.5
- make requirements install more reliable, thanks to @chbndrhnns
v0.5.4
- fix requirements installation for setups like Hass.io. (
ModuleNotFoundError: No module named 'adutils'
)
- clarify light settings value range in readme, thanks to @gogui63
- code simplifications
v0.5.3
- implement per daytime delay setting
- add ability to disable switching off the lights by setting the
delay
to 0
v0.5.0
- new and more reliable handling of non-Xiaomi motion sensors. (Sensors which just switch between on/off and won´t send an event if already activated)
Thanks to @thundergreen for testing!
v0.4.10
- fix key in default daytime (#5 and #8)
- use adutils via pipy and remove supplied version
- full black formatting
v0.4.7
- option to listen for an additional motion event
- make
hassapi
import more robust
v0.4.6
- respect illumination sensors to switch lights on just if its dark
- updated ha/hue scene detection
- use a Home Assistant entity to disable AutoMoLi
- documentation updated
v0.4.4
- mostly format / restructure