From 7ca70ea0d8623536854de5cfe1d0a56d4ba6798b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 20 Nov 2015 15:37:17 +0100 Subject: [PATCH] Minor update --- source/_components/binary_sensor.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_components/binary_sensor.markdown b/source/_components/binary_sensor.markdown index 8e79aa0afd4..82f2a1bb951 100644 --- a/source/_components/binary_sensor.markdown +++ b/source/_components/binary_sensor.markdown @@ -2,14 +2,14 @@ layout: component title: "Binary Sensor" description: "Instructions how to setup your binary sensors with Home Assistant." -date: 2015-11-13 14:00 +date: 2015-11-20 14:00 sidebar: true comments: false sharing: true footer: true --- -Binary sensors are gathering information about state of a switch/contact/pin. This means that those sensors knows only two states: **off/low/open*** and ***on/high/closed**. - +Binary sensors are gathering information about state of switches, contacts, pins, and alike. The return value of those sensors is usually digital (1/0). This means that those sensors knows only two states: **off/low/open*** and ***on/high/closed**. +For analog sensors please check the [component overview](https://home-assistant.io/components/#sensor).