Releases: amitfin/daily_schedule
"next toggles" attribute
next toggles
is a new attribute containing a list of future datetime
when the state will be changing. The list has 4 elements.
Full Changelog: v1.7.0...v1.8.0
Compatibility with HA 2024.9 release
There is a breaking change in 2024.9 which forces a specific way for registering entity's action. This version makes the integration compatible. Without it, daily_schedule.set
action doesn't work.
Slovak translation
Slovak translation. (Nothing else.)
Full Changelog: v1.6.0...v1.6.1
UTC option
Add the option to specify the time in UTC instead of local time. It can be used to specify an absolute time which is not impacted by daylight saving changes throughout the year.
This is an advanced option that should not be used in the majority of the use cases. It should be used only if there is a very concrete reason to do so. The default for the UTC option is false and it's backward compatible, so no action is needed unless you want to use this feature.
Allow disabling a time range
Allow disabling / enabling a time range. The change is backward compatible with older versions of the integration and the lovelace card.
Note that release 1.5.0 changed the attribute "Next Update" to be "Next Toggle" (a breaking change), which is also included in this release.
"Next Update" => "Next Toggle"
Breaking change: renamed state attribute from "Next Update" to "Next Toggle". It should only have impact if a script is using this attribute explicitly (not a common scenario).
Fix overlap error of last range
The error message was wrong when the last time range overlapped the 1st time range.