Skip to content

Commit ca52e23

Browse files
dpeetfabaff
authored andcommitted
Updating language for readability (home-assistant#3796)
* Updating language for readability * Remove space
1 parent 39b30f6 commit ca52e23

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

source/_components/binary_sensor.markdown

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ sharing: true
99
footer: true
1010
---
1111

12-
Binary sensors gather 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: **0/off/low/closed/false** and **1/on/high/open/true**.
13-
14-
Knowing that there are only two states allows Home Assistant to represent these sensors in a better way in the frontend according to their functionality.
12+
Binary sensors gather information about the state of devices which have a "digital" return value (either 1 or 0). These can be switches, contacts, pins, etc. These sensors only have two states: **0/off/low/closed/false** and **1/on/high/open/true**. Knowing that there are only two states allows Home Assistant to represent these sensors in a better way in the frontend according to their functionality.
1513

1614
The way these sensors are displayed in the frontend can be modified in the [customize section](/getting-started/customizing-devices/). The following device classes are supported for binary sensors:
1715

0 commit comments

Comments
 (0)