Fixed a small type. :) (#1125)

notifiy -> notify
This commit is contained in:
Jerold Albertson 2016-10-04 15:59:08 -06:00 committed by Fabian Affolter
parent be92f2cf22
commit e7e50695f9

View File

@ -10,7 +10,7 @@ footer: true
ha_category: Automation in Python Examples 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. This component depends on the components [device_tracker](/components/device_tracker/) and [light](/components/light/) being setup.