Skip to content

Releases: nielsfaber/scheduler-component

v3.0.4

09 Mar 06:16
Compare
Choose a tag to compare

Add version to manifest

v3.0.3

03 Jan 11:27
Compare
Choose a tag to compare
  • Add a workaround for climate entities that don't properly handle the heat/cool actions
  • Reverted the removal of the scheduler.add, scheduler.edit, scheduler.remove services for facilitating using the component without the card.

v3.0.2

01 Jan 17:55
Compare
Choose a tag to compare
  • Improve the detection of wrong schedule configuration (defective entity) and prevent the crashing of the component

v3.0.1

29 Dec 16:43
Compare
Choose a tag to compare
  • Fix a bug that results in restarting HA to be necessary after installing the integration
  • Perform calculation of trigger time in local timezone instead of UTC (should fix problems with DST changes)
  • Some small fixes that should prevent/reduce several crash issues reported by users

v3.0.0

22 Dec 08:15
Compare
Choose a tag to compare

BREAKING update!!
Updating to this version will attempt to migrate your existing schedules from older installed version, to the new structure.
This might result in loss of previously configured schedules.
This update is incompatible with scheduler-card version below v2.0.0.
Restart HA after updating this component, restart again to remove all traces of old version of the schedule-component.

Updates from v2.1.1:

  • Use storage for schedule entities
  • Use websocket for communication with scheduler card (instead of services)
  • Change formatting for entity attributes
  • Add support for providing custom entity ID
  • Add support for automatically removing schedules after execution

Updates from v3.0.0b:

  • Fix problem where schedules could not be deleted
  • Ensure actions are skipped when schedule is disabled
  • Add the run_action service (replacement of scheduler.test)
  • Some other small improvements

v3.0.0b

13 Dec 16:27
Compare
Choose a tag to compare
v3.0.0b Pre-release
Pre-release

BREAKING update!!
Updating to this version will attempt to migrate your existing schedules from older installed version, to the new structure.
This might result in loss of previously configured schedules.
This update is incompatible with scheduler-card version below v2.0.0.
Restart HA twice after updating to complete the migration and remove all traces of old version of the schedule-component.

Updates:

  • Use storage for schedule entities
  • Use websocket for communication with scheduler card (instead of services)
  • Change formatting for entity attributes
  • Add support for providing custom entity ID
  • Add support for automatically removing schedules after execution

v2.1.1

05 Oct 03:54
Compare
Choose a tag to compare
  • Fix problem with backwards compatibility of older HA versions
  • Fix a bug with workday sensor and detecting holidays
  • Improve the startup behaviour of schedules
  • Add detection of unavailable devices and retrying when action is triggered

v2.1.0

02 Oct 15:08
ab21156
Compare
Choose a tag to compare
  • Remove dependency for sun.sun entity
  • Add active updating of schedules that depend on sun times
  • Change service routines for supporting creating timeslots
  • Add detection of starting in timeslot and executing actions
  • Add workday sensor integration
  • Add provisions for future features

v2.0.2

23 Sep 15:47
Compare
Choose a tag to compare
  • Fixed a bug resulting in disabled schedule entities to be turned on when restarting HA

v2.0.1

21 Sep 07:44
Compare
Choose a tag to compare
  • Fixed a bug that caused schedule timers not be recalculated after editing
  • Display correct version number in integration