Component details pages added

This commit is contained in:
Paulus Schoutsen 2015-10-25 00:58:12 -07:00
parent 04f48395d6
commit 03d0d75ae1
130 changed files with 610 additions and 471 deletions

View file

@ -1,15 +1,15 @@
---
layout: page
layout: component
title: "Intruder Alerts"
description: "Instructions how to receive intruder alerts from Home Assistant."
date: 2015-01-20 22:36
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
---
<img src='/images/supported_brands/emblem-important.png' class='brand pull-right' />
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.