Minor update

This commit is contained in:
Fabian Affolter 2015-11-20 15:37:17 +01:00
parent 39fe5b5f10
commit 7ca70ea0d8

View File

@ -2,14 +2,14 @@
layout: component layout: component
title: "Binary Sensor" title: "Binary Sensor"
description: "Instructions how to setup your binary sensors with Home Assistant." 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 sidebar: true
comments: false comments: false
sharing: true sharing: true
footer: 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).