Releases: amitfin/daily_schedule
Compatibility with HA 2024.9 release
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.