parent
e7e50695f9
commit
ec85730925
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue