Skip to content

Releases: nielsfaber/scheduler-component

v3.3.8

16 Nov 06:29
Compare
Choose a tag to compare
  • Fixed deprecation warning related to STATE_ALARM_TRIGGERED introduced by HA 2024.11 (thanks @z-master42 !)

v3.3.7

21 Sep 05:06
Compare
Choose a tag to compare
  • Renamed service to action for compatibility with HA 2024.8 and onwards
  • Fix deprecated usage of entity service with a non entity service schema (thanks @xconverge !)

v3.3.6

10 Aug 15:31
Compare
Choose a tag to compare
  • Renamed service->action for compatibility with HA version 2024.8 and upwards

v3.3.5

08 Jul 17:20
Compare
Choose a tag to compare
  • Fixed a bug introduced in v3.3.4 causing an error when turning on/off a schedule

v3.3.4

06 Jul 05:48
Compare
Choose a tag to compare
  • Replaced deprecated function async_track_state_change (thanks @xconverge !)
  • Replaced deprecated function async_forward_entry_setup
  • Improved asynchronous execution of create/edit/remove services via automations or scripts

v3.3.3

03 Apr 06:18
Compare
Choose a tag to compare
  • fix for error message 'dictionary size changed during iteration' introduced by HA 2024.4 update

v3.3.2

18 Mar 19:34
Compare
Choose a tag to compare
  • Fixed an error that occurs when setting a climate entity to mode auto without temperature setpoint

v3.3.1

13 Mar 13:49
Compare
Choose a tag to compare
  • 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

21 Jan 11:25
Compare
Choose a tag to compare
  • 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

07 May 19:20
Compare
Choose a tag to compare

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