mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-06 02:58:57 +00:00
1.2 KiB
1.2 KiB
layout, title, description, date, sidebar, comments, sharing, footer
layout | title | description | date | sidebar | comments | sharing | footer |
---|---|---|---|---|---|---|---|
page | Intruder Alerts | Instructions how to receive intruder alerts from Home Assistant. | 2015-01-20 22:36 | false | false | true | true |

This component depends on the components device_tracker and light being setup.
To set it up, add the following lines to your configuration.yaml
file:
simple_alarm:
# Example configuration.yaml entry
known_light: light.Bowl
unknown_light: group.living_room
Configuration variables:
- known_light (Required): Which light/light group has to flash when a known device comes home.
- unknown_light (Required): Which light/light group has to flash red when light turns on while no one home.