mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
parent
e7e50695f9
commit
ec85730925
@ -43,11 +43,11 @@ DOMAIN = "simple_alarm"
|
|||||||
|
|
||||||
DEPENDENCIES = ['group', 'device_tracker', 'light']
|
DEPENDENCIES = ['group', 'device_tracker', 'light']
|
||||||
|
|
||||||
# Attribute to tell which light has to flash whem a known person comes home
|
# Attribute to tell which light has to flash when a known person comes home
|
||||||
# If omitted will flash all.
|
# If omitted will flash all.
|
||||||
CONF_KNOWN_LIGHT = "known_light"
|
CONF_KNOWN_LIGHT = "known_light"
|
||||||
|
|
||||||
# Attribute to tell which light has to flash whem an unknown person comes home
|
# Attribute to tell which light has to flash when an unknown person comes home
|
||||||
# If omitted will flash all.
|
# If omitted will flash all.
|
||||||
CONF_UNKNOWN_LIGHT = "unknown_light"
|
CONF_UNKNOWN_LIGHT = "unknown_light"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user