mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-11-15 22:10:37 +00:00
Rewrites all URLs in our website from components -> integrations
This commit is contained in:
@@ -4,9 +4,9 @@ description: "Detect intruders by checking if the light is turning on while no o
|
||||
ha_category: Automation in Python Examples
|
||||
---
|
||||
|
||||
This example integration 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 integration](/components/notify/). It will also flash a specific light when a known person comes home.
|
||||
This example integration 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 integration](/integrations/notify/). It will also flash a specific light when a known person comes home.
|
||||
|
||||
This integration depends on the integrations [device_tracker](/components/device_tracker/) and [light](/components/light/) being setup.
|
||||
This integration depends on the integrations [device_tracker](/integrations/device_tracker/) and [light](/integrations/light/) being setup.
|
||||
|
||||
To set it up, add the following lines to your `configuration.yaml` file:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user