Skip to content

Releases: amitfin/daily_schedule

Compatibility with HA 2024.9 release

02 Sep 10:36
Compare
Choose a tag to compare

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

06 Nov 09:18
Compare
Choose a tag to compare

Slovak translation. (Nothing else.)

Full Changelog: v1.6.0...v1.6.1

UTC option

30 May 15:53
Compare
Choose a tag to compare

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

22 May 09:34
Compare
Choose a tag to compare

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"

17 Apr 15:58
Compare
Choose a tag to compare
Pre-release

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

15 Jan 09:11
Compare
Choose a tag to compare

The error message was wrong when the last time range overlapped the 1st time range.