mirror of
https://github.com/home-assistant/core.git
synced 2025-11-13 21:10:25 +00:00
Simplify track_same_state (#9795)
This commit is contained in:
committed by
Pascal Vizeli
parent
fc47e9443b
commit
a97e7bb22d
@@ -99,8 +99,8 @@ def async_trigger(hass, config, action):
|
||||
return
|
||||
|
||||
async_remove_track_same = async_track_same_state(
|
||||
hass, True, time_delta, call_action, entity_ids=entity_id,
|
||||
async_check_func=check_numeric_state)
|
||||
hass, time_delta, call_action, entity_ids=entity_id,
|
||||
async_check_same_func=check_numeric_state)
|
||||
|
||||
unsub = async_track_state_change(
|
||||
hass, entity_id, state_automation_listener)
|
||||
|
||||
Reference in New Issue
Block a user