Skip to content

Releases: benleb/ad-automoli

v0.9.0b0

20 Dec 14:31
v0.9.0b0
8dbe4f5
Compare
Choose a tag to compare
v0.9.0b0 Pre-release
Pre-release

🎉 New dim-before-off function
🎉 New only_own_events option, done by @chbndrhnns - thanks!

v0.8.3

12 Aug 19:42
Compare
Choose a tag to compare

Currently no changelog, sorry. See commits for changes since v0.8.2

v0.8.2

09 Aug 13:39
Compare
Choose a tag to compare

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

03 Aug 21:00
Compare
Choose a tag to compare
  • fix #46, disabled_entities wrongly parsed. Thanks @mendevi

v0.8.0

03 Aug 09:18
Compare
Choose a tag to compare
  • 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

29 Jun 16:05
Compare
Choose a tag to compare
  • fix time issue
  • fix blocker list issue, thanks to @chbndrhnns

v0.7.2

19 May 17:34
Compare
Choose a tag to compare
  • replace list comprehensions with generators
  • fix anti-patterns

v0.7.1

19 May 17:24
Compare
Choose a tag to compare
  • code cleanup/restructuring
  • removed adutils dependency

v0.6.1

29 Feb 23:28
Compare
Choose a tag to compare
  • #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

14 Feb 17:41
Compare
Choose a tag to compare
  • own requirements handling implemented, supporting all ways to run appdaemon as docker, venv, hassio, ...