Skip to content

Commit ec85730

Browse files
jeroldalbertson-wffabaff
authored andcommitted
Fixed a small type. :) (home-assistant#1126)
whem -> when
1 parent e7e5069 commit ec85730

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_cookbook/python_component_simple_alarm.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ DOMAIN = "simple_alarm"
4343
4444
DEPENDENCIES = ['group', 'device_tracker', 'light']
4545
46-
# Attribute to tell which light has to flash whem a known person comes home
46+
# Attribute to tell which light has to flash when a known person comes home
4747
# If omitted will flash all.
4848
CONF_KNOWN_LIGHT = "known_light"
4949
50-
# Attribute to tell which light has to flash whem an unknown person comes home
50+
# Attribute to tell which light has to flash when an unknown person comes home
5151
# If omitted will flash all.
5252
CONF_UNKNOWN_LIGHT = "unknown_light"
5353

0 commit comments

Comments
 (0)