8000 Releases · aneeshd/schedule_state · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: aneeshd/schedule_state

0.19.5

26 Dec 23:02
Compare
Choose a tag to compare

fix #356 - fix handling of extra attributes

What's Changed

New Contributors

Full Changelog: 0.19.4...0.19.5

0.19.4: allow events where start>end

02 Jan 00:40
a337b81
Compare
Choose a tag to compare

0.19.3

20 Dec 01:11
de861f3
Compare
Choose a tag to compare

fixes issue #188

0.19.2

09 Dec 22:23
151486a
Compare
Choose a tag to compare

What's Changed

  • increase override duration to 1439 minutes (24 hours minus 1 minute) by @aneeshd in #176

Full Changelog: 0.19.1...0.19.2

0.19.1

05 Dec 22:24
Compare
Choose a tag to compare

What's Changed

  • start_offset/end_offset can now be templates - must evaluate to a float, which represents a number of minutes
  • remove deprecated start_template/end_template config keys

0.19.0

02 Dec 22:45
aa2602d
Compare
Choose a tag to compare

Updated to work properly with Home Assistant 2023.11

fixes #92

09 Apr 19:34
56461ac
Compare
Choose a tag to compare

Templates in extra attributes were being evaluated every minute (on each update), instead of at every refresh interval. This resulted in the template being used as the key in an internal data structure instead of the template result. The problem is that HA Templates can't be used as keys, so the internal data structure was getting corrupted.

0