This commit is contained in:
Fabian Affolter 2017-09-24 11:37:18 +02:00
parent 4b10d97f2b
commit 2007f30791
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -173,12 +173,11 @@ binary_sensor:
### {% linkable_title Is Anyone Home? %} ### {% linkable_title Is Anyone Home? %}
This example is determining if anyone is home based on the combination This example is determining if anyone is home based on the combination of device
of device tracking and motion sensors. It's extremely useful if you tracking and motion sensors. It's extremely useful if you have kids/baby sitter/
have kids/baby sitter/grand parents who might still be in your grand parents who might still be in your house that aren't represented by a
house that aren't represented by a trackable device in home trackable device in Home Assistant. This is providing a composite of WiFi based
assistant. This is providing a composite of WiFi based device tracking device tracking and Z-Wave multisensor presence sensors.
and Z-Wave multisensor presence sensors.
{% raw %} {% raw %}
```yaml ```yaml