From 11cc4bba8c9d7d6eef6f7ea48439887ab02fd780 Mon Sep 17 00:00:00 2001 From: tomlut <10679300+tomlut@users.noreply.github.com> Date: Sun, 27 Mar 2022 00:01:26 +1100 Subject: [PATCH] Clarify binary sensor device class markdown (#22147) --- source/_integrations/binary_sensor.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/binary_sensor.markdown b/source/_integrations/binary_sensor.markdown index 722be9876af..0b1dcc5bf4d 100644 --- a/source/_integrations/binary_sensor.markdown +++ b/source/_integrations/binary_sensor.markdown @@ -58,7 +58,7 @@ The full list of supported binary sensor device classes is below - **moisture**: `on` means moisture detected (wet), `off` means no moisture (dry) - **motion**: `on` means motion detected, `off` means no motion (clear) - **moving**: `on` means moving, `off` means not moving (stopped) -- **occupancy**: `on` means occupied, `off` means not occupied (clear) +- **occupancy**: `on` means occupied (detected), `off` means not occupied (clear) - **opening**: `on` means open, `off` means closed - **plug**: `on` means device is plugged in, `off` means device is unplugged - **power**: `on` means power detected, `off` means no power