home-assistant.io/source/_components/binary_sensor.markdown
Fabian Affolter 7ca70ea0d8 Minor update
2015-11-20 15:37:17 +01:00

16 lines
567 B
Markdown

---
layout: component
title: "Binary Sensor"
description: "Instructions how to setup your binary sensors with Home Assistant."
date: 2015-11-20 14:00
sidebar: true
comments: false
sharing: true
footer: true
---
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).