home-assistant.io/source/_components/binary_sensor.markdown
2015-12-06 13:31:17 -08:00

17 lines
674 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**.
Knowing that there are only two states allows Home Assistant to represent the sensor better in the frontend.
For analog sensors please check the [component overview](https://home-assistant.io/components/#sensor).