Skip to content

Commit e7e5069

Browse files
jeroldalbertson-wffabaff
authored andcommitted
Fixed a small type. :) (home-assistant#1125)
notifiy -> notify
1 parent be92f2c commit e7e5069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_cookbook/python_component_simple_alarm.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ footer: true
1010
ha_category: Automation in Python Examples
1111
---
1212

13-
This example component will detect intruders. It does so by checking if lights are being turned on while there is no one at home. When this happens it will turn the lights red, flash them for 30 seconds and send a message via [the notifiy component](/components/notify/). It will also flash a specific light when a known person comes home.
13+
This example component will detect intruders. It does so by checking if lights are being turned on while there is no one at home. When this happens it will turn the lights red, flash them for 30 seconds and send a message via [the notify component](/components/notify/). It will also flash a specific light when a known person comes home.
1414

1515
This component depends on the components [device_tracker](/components/device_tracker/) and [light](/components/light/) being setup.
1616

0 commit comments

Comments
 (0)