diff --git a/source/_integrations/binary_sensor.markdown b/source/_integrations/binary_sensor.markdown index 9c32a30e630..10fbc90b572 100644 --- a/source/_integrations/binary_sensor.markdown +++ b/source/_integrations/binary_sensor.markdown @@ -29,6 +29,10 @@ or using an [input boolean helper](/integrations/input_boolean). {% include integrations/building_block_integration.md %} +## The state of binary sensor + +A binary sensor can have two states: **on** or **off**. However, in the frontend, they might not be called **on** or **off**, but use an alternative term to be more meaningful in context. For example, hot/cold, locked/unlocked. The meaning of an **on** or **off** state depends on the device class. + ### Device class {% include integrations/device_class_intro.md %}