mirror of
https://github.com/home-assistant/core.git
synced 2025-07-12 15:57:06 +00:00
Fix: simple_alarm will now report if proper initialized
This commit is contained in:
parent
4e1b094449
commit
00e1ecb5ad
@ -93,3 +93,5 @@ def setup(hass, config):
|
|||||||
hass.states.track_change(
|
hass.states.track_change(
|
||||||
hass.states.entity_ids(device_tracker.DOMAIN),
|
hass.states.entity_ids(device_tracker.DOMAIN),
|
||||||
ring_known_alarm, STATE_NOT_HOME, STATE_HOME)
|
ring_known_alarm, STATE_NOT_HOME, STATE_HOME)
|
||||||
|
|
||||||
|
return True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user