Releases: nielsfaber/scheduler-component
Releases · nielsfaber/scheduler-component
v3.2.14
Fixed a problem introduced by the previous release causing timer calculation to fail (under certain circumstances) in case a date range is used.
v3.2.13
- Fixed a bug causing the schedule to start 1 day too late if a custom date range was specified (under some circumstances)
- On startup of HA, prevent the execution of schedules which have a timeslot that was already executed before HA was shutdown
- Renamed the integration to simply 'Scheduler' (was 'Scheduler Integration') in the devices/integrations page in HA (thanks @bdr99 !)
v3.2.12
Changes:
- Suppress errors when executing action on climate entity with missing setpoint attribute (correction of previous release)
v3.2.11
Changes:
- suppress errors when executing action on climate entity with missing setpoint attribute
v3.2.10
- Fixed deprecation warning for async_get_registry introduced in HA 2022.6 (in addition to the changes made in v3.2.9)
- Set entity category type to config to avoid schedule switches being exposed in other integrations
v3.2.9
v3.2.8
- Fix EntityCategory attribute for compatibility with HA 2022.4 (thanks @calisro !)
- Fixed a bug causing schedules using sunrise/sunset to be offset by one hour in the day prior to DST change
- Fixed a bug related to workday sensor not properly detecting holiday succeeding a weekend
- Fixed a bug causing tags to be removed when duplicating a schedule using scheduler.copy service
- Improve handling of entities having unavailable/unknown state in conditions
Note: This release was originally made on 29-03, but for some reason it doesn't show up in HACS correctly for all users, so it is being re-released.
v3.2.7
- Improved the attributes for schedule entities. The
times
attribute is replaced bytimeslots
and now contains start+stop times (in case of timeslots). Theactions
attribute now contains a list of actions, one for each timeslot. Theentities
attribute is added which lists the entities targeted by the schedule. - Set
entity_category
toconfig
to schedule entities, such that they are (by default) hidden from some integrations (like google assistant) (thanks @calisro ) - Correct schedules having conditions not assigned to all timeslots (repairs items affected by a previous bug in the scheduler-card)
v3.2.6
- Fixed a bug which may cause scheduled actions to be executed after disabling it (due to unavailable entity or change in conditions)
- Add workaround for climate entities which require temperature setpoint to be re-send after switching hvac_mode (second attempt)
- Removed support for migrating from v2 of scheduler (from 2020).
v3.2.5
- Fixed bug causing schedule to re-evalute when target entity is changed (in combination with re-evaluation when conditions change)
- Add workaround for climate entities which require temperature setpoint to be re-send after switching hvac_mode