From fa0c8eff7b412a0c637dd39dea64e71fea6a7718 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 14 Oct 2015 08:55:39 +0200 Subject: [PATCH] Add icon --- source/components/simple_alarm.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/components/simple_alarm.markdown b/source/components/simple_alarm.markdown index ce5e45aceaa..1144cc7d60b 100644 --- a/source/components/simple_alarm.markdown +++ b/source/components/simple_alarm.markdown @@ -9,6 +9,7 @@ sharing: true footer: true --- + The component `simple_alarm` is capable of detecting 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]({{site_root}}/components/notify.html). It will also flash a specific light when a known person comes home. This component depends on the components [device_tracker]({{site_root}}/components/device_tracker.html) and [light]({{site_root}}/components/light.html) being setup.