From d4ac5bda903b75ee5354eb84bbe56a016fe7078f Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Wed, 11 Sep 2024 10:36:32 +0200 Subject: [PATCH] Binary sensor: add section on state (#34674) --- source/_integrations/binary_sensor.markdown | 4 ++++ 1 file changed, 4 insertions(+) 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 %}