Skip to content

Releases: nielsfaber/scheduler-component

v3.2.14

15 Dec 18:50
Compare
Choose a tag to compare

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

14 Dec 17:32
Compare
Choose a tag to compare
  • 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

17 Nov 05:36
Compare
Choose a tag to compare

Changes:

  • Suppress errors when executing action on climate entity with missing setpoint attribute (correction of previous release)

v3.2.11

12 Nov 05:02
88880e8
Compare
Choose a tag to compare

Changes:

  • suppress errors when executing action on climate entity with missing setpoint attribute

v3.2.10

02 Jun 06:36
Compare
Choose a tag to compare
  • 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

31 May 07:54
Compare
Choose a tag to compare

Changes:

  • Improved calculation of timer for a schedule having end date in the past combined with limited weekdays
  • Fixed deprecation warning for async_get_registry (thanks @raman325 !)

v3.2.8

19 Apr 04:26
Compare
Choose a tag to compare
  • 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

12 Feb 06:29
Compare
Choose a tag to compare
  • Improved the attributes for schedule entities. The times attribute is replaced by timeslots and now contains start+stop times (in case of timeslots). The actions attribute now contains a list of actions, one for each timeslot. The entities attribute is added which lists the entities targeted by the schedule.
  • Set entity_category to config 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

27 Dec 10:41
Compare
Choose a tag to compare
  • 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

17 Dec 10:01
Compare
Choose a tag to compare
  • 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