From 2007f30791ccfb17e40079192ceeacf83aa93064 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 24 Sep 2017 11:37:18 +0200 Subject: [PATCH] Fix name --- source/_components/binary_sensor.template.markdown | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/source/_components/binary_sensor.template.markdown b/source/_components/binary_sensor.template.markdown index 6ad22c33521..492f8d8269a 100644 --- a/source/_components/binary_sensor.template.markdown +++ b/source/_components/binary_sensor.template.markdown @@ -173,12 +173,11 @@ binary_sensor: ### {% linkable_title Is Anyone Home? %} -This example is determining if anyone is home based on the combination -of device tracking and motion sensors. It's extremely useful if you -have kids/baby sitter/grand parents who might still be in your -house that aren't represented by a trackable device in home -assistant. This is providing a composite of WiFi based device tracking -and Z-Wave multisensor presence sensors. +This example is determining if anyone is home based on the combination of device +tracking and motion sensors. It's extremely useful if you have kids/baby sitter/ +grand parents who might still be in your house that aren't represented by a +trackable device in Home Assistant. This is providing a composite of WiFi based +device tracking and Z-Wave multisensor presence sensors. {% raw %} ```yaml