From e7e50695f92d76b8a65bf6e3915eaa0ac86246ec Mon Sep 17 00:00:00 2001 From: Jerold Albertson Date: Tue, 4 Oct 2016 15:59:08 -0600 Subject: [PATCH] Fixed a small type. :) (#1125) notifiy -> notify --- source/_cookbook/python_component_simple_alarm.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_cookbook/python_component_simple_alarm.markdown b/source/_cookbook/python_component_simple_alarm.markdown index e014a695f02..33f0d79132a 100644 --- a/source/_cookbook/python_component_simple_alarm.markdown +++ b/source/_cookbook/python_component_simple_alarm.markdown @@ -10,7 +10,7 @@ footer: true ha_category: Automation in Python Examples --- -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. +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. This component depends on the components [device_tracker](/components/device_tracker/) and [light](/components/light/) being setup.