Releases: nielsfaber/scheduler-component
Releases · nielsfaber/scheduler-component
v3.2.4
- 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
- Improve compatibility when setting temperature for climate devices
v3.2.2
- 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
- Fixed a bug (introduced by v3.2.0) in which the actions for a disabled schedule are executed upon restarting HA
v3.2.0
- 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
- Some improvements related to compatibility with the workday sensor
v.3.1.2
- 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
- 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
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
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