From 39fe5b5f10bef2f90d0b42475975fa4841f84056 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 13 Nov 2015 13:55:38 +0100 Subject: [PATCH] Add inital binary sensor page --- source/_components/binary_sensor.markdown | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 source/_components/binary_sensor.markdown diff --git a/source/_components/binary_sensor.markdown b/source/_components/binary_sensor.markdown new file mode 100644 index 00000000000..8e79aa0afd4 --- /dev/null +++ b/source/_components/binary_sensor.markdown @@ -0,0 +1,15 @@ +--- +layout: component +title: "Binary Sensor" +description: "Instructions how to setup your binary sensors with Home Assistant." +date: 2015-11-13 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**. + + +