Nielsfaber Scheduler Component Versions Save

Custom component for HA that enables the creation of scheduler entities

v3.3.3

1 month ago
  • fix for error message 'dictionary size changed during iteration' introduced by HA 2024.4 update

v3.3.2

2 months ago
  • Fixed an error that occurs when setting a climate entity to mode auto without temperature setpoint

v3.3.1

2 months ago
  • Fixed deprecation warning introduced by HA 2024.3 (thanks @jpbede !)
  • Prevent re-triggering schedule when condition entity changes but condition result is same
  • Prevent storage file being overwritten while integration is disabled (allows manually overwriting the storage file)

v3.3.0

3 months ago
  • Add support for fetching schedules list via websocket API (thanks @MaxDomo !)
  • Add skip_conditions flag to scheduler.run_action service to ignore condition evaluation (thanks @jaynis !)
  • Fix bug causing condition re-evaluation not to work after restarting HA
  • Add workaround to support heat action for climate entities which have a slow state update
  • Add check for entity state change when re-evaluating conditions
  • Add services enable_all /disable_all

v3.2.15

1 year ago

Remove deprecated function 'async_write_ha_state' which causes warning messages in HA 2023.5.

v3.2.14

1 year ago

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

1 year ago
  • 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

1 year ago

Changes:

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

v3.2.11

1 year ago

Changes:

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

v3.2.10

1 year ago
  • 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