mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-08 03:59:00 +00:00
17 lines
674 B
Markdown
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).
|