Releases: nielsfaber/scheduler-component
Releases · nielsfaber/scheduler-component
v3.3.8
- Fixed deprecation warning related to STATE_ALARM_TRIGGERED introduced by HA 2024.11 (thanks @z-master42 !)
v3.3.7
- 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
- Renamed service->action for compatibility with HA version 2024.8 and upwards
v3.3.5
- Fixed a bug introduced in v3.3.4 causing an error when turning on/off a schedule
v3.3.4
- 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
- fix for error message 'dictionary size changed during iteration' introduced by HA 2024.4 update
v3.3.2
- Fixed an error that occurs when setting a climate entity to mode auto without temperature setpoint
v3.3.1
v3.3.0
- Add support for fetching schedules list via websocket API (thanks @MaxDomo !)
- Add
skip_conditions
flag toscheduler.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
Remove deprecated function 'async_write_ha_state' which causes warning messages in HA 2023.5.