Releases: nielsfaber/scheduler-component
v3.0.4
Add version to manifest
v3.0.3
- 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
- Improve the detection of wrong schedule configuration (defective entity) and prevent the crashing of the component
v3.0.1
- 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
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
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
- 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
- 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
- Fixed a bug resulting in disabled schedule entities to be turned on when restarting HA
v2.0.1
- Fixed a bug that caused schedule timers not be recalculated after editing
- Display correct version number in integration