Skip to content

Releases: nielsfaber/scheduler-component

v3.2.4

09 Dec 19:34
Compare
Choose a tag to compare
  • Adds option for re-triggering schedule when conditions change
  • Improved behaviour for handling unavailable entities for non-timeslot based schedules
  • Allow only providing the parameters which need to be changed via scheduler.edit service (instead of requiring all parameters)

v3.2.3

17 Nov 20:12
Compare
Choose a tag to compare
  • Improve compatibility when setting temperature for climate devices

v3.2.2

22 Sep 16:37
Compare
Choose a tag to compare
  • Fixes a bug involving condition validation for cases where multiple conditions need to be met (thanks @IsaacBreuer !)
  • Fixes service scheduler.run_action which was broken since v3.2.0 (thanks @lmagyar !)
  • Adds scheduler.copy service

v3.2.1

10 Sep 15:52
Compare
Choose a tag to compare
  • Fixed a bug (introduced by v3.2.0) in which the actions for a disabled schedule are executed upon restarting HA

v3.2.0

10 Sep 07:05
Compare
Choose a tag to compare
  • Adds support for assigning tags to schedules
  • Adds support for assigning date period to schedules
  • Updated websocket communication with scheduler-card to allow access for non-administrator users
  • Improved handling of integration reloading/reinstalling

v3.1.3

26 May 17:15
Compare
Choose a tag to compare
  • Some improvements related to compatibility with the workday sensor

v.3.1.2

13 May 18:43
Compare
Choose a tag to compare
  • Fixed a bug causing schedule entity to be duplicated when renaming
  • Fixed a bug which in some cases causes crashing of scheduler upon startup of HA

v3.1.1

08 May 12:26
Compare
Choose a tag to compare
  • Added iot_class to manifest file
  • Add a check for services being unavailable after restarting HA
  • Fix refreshing of timers of schedules which are disabled
  • Fixed a bug causing friday to be excluded from workdays, sunday from weekends

v3.1.0

28 Apr 05:13
Compare
Choose a tag to compare

Changes:

  • Improve handling of DST offset change
  • Improve handling of holiday events for workday sensor
  • Increased flexibility for sunrise/sunset offset
  • Added small delay for climate actions, for improving compatibility with integrations
  • Improved compatibility with the updated dev_tools service panel
  • Add support for services without entity_id
  • Fix for breaking changes in upcoming HA release

v3.1.0b

11 Apr 16:23
285e352
Compare
Choose a tag to compare
v3.1.0b Pre-release
Pre-release

Warning: This is a beta release, updating to this version may introduce new bugs.

Changes:

  • Improve handling of DST offset change
  • Improve handling of holiday events for workday sensor
  • Increased flexibility for sunrise/sunset offset
  • Added small delay for climate actions, for improving compatibility with integrations
  • Improved compatibility with the updated dev_tools service panel