Nielsfaber Scheduler Component Versions Save

Custom component for HA that enables the creation of scheduler entities

v3.2.9

2 years ago

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

2 years ago
  • 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

2 years ago
  • 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

2 years ago
  • 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

2 years ago
  • 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

v3.2.4

2 years ago
  • 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

2 years ago
  • Improve compatibility when setting temperature for climate devices

v3.2.2

2 years ago
  • 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

2 years ago
  • Fixed a bug (introduced by v3.2.0) in which the actions for a disabled schedule are executed upon restarting HA

v3.2.0

2 years ago
  • 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