Fixed a small type. :) (#1126)

whem -> when
This commit is contained in:
Jerold Albertson 2016-10-04 15:59:56 -06:00 committed by Fabian Affolter
parent e7e50695f9
commit ec85730925

View File

@ -43,11 +43,11 @@ DOMAIN = "simple_alarm"
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.
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.
CONF_UNKNOWN_LIGHT = "unknown_light"