Skip to content

Releases: benleb/ad-automoli

v0.5.5

13 Feb 17:05
Compare
Choose a tag to compare
  • make requirements install more reliable, thanks to @chbndrhnns

v0.5.4

13 Feb 14:51
Compare
Choose a tag to compare
  • 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

09 Feb 14:44
Compare
Choose a tag to compare
  • implement per daytime delay setting
  • add ability to disable switching off the lights by setting the delay to 0

v0.5.1

16 Jan 21:27
Compare
Choose a tag to compare
  • fix docs

v0.5.0

16 Jan 20:44
Compare
Choose a tag to compare
  • 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

14 Jan 15:01
Compare
Choose a tag to compare
  • fix key in default daytime (#5 and #8)
  • use adutils via pipy and remove supplied version
  • full black formatting

v0.4.9

04 Jan 16:27
Compare
Choose a tag to compare
  • fix import of adutils

v0.4.7

01 Jan 15:10
Compare
Choose a tag to compare
  • option to listen for an additional motion event
  • make hassapi import more robust

v0.4.6

07 Oct 19:37
Compare
Choose a tag to compare
  • 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

01 Oct 12:52
Compare
Choose a tag to compare
  • mostly format / restructure