From 54d9d084a743ee1b95a7323300f5476b385156c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Mon, 25 Oct 2021 23:05:47 +0200 Subject: [PATCH] Add running device class to binary sensor (#1106) --- docs/core/entity/binary-sensor.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/core/entity/binary-sensor.md b/docs/core/entity/binary-sensor.md index 84c01205..76aec2e3 100644 --- a/docs/core/entity/binary-sensor.md +++ b/docs/core/entity/binary-sensor.md @@ -39,6 +39,7 @@ Properties should always only return information from memory and not do I/O (lik | power | On means power detected, Off means no power. | presence | On means home, Off means away. | problem | On means problem detected, Off means no problem (OK). +| running | On means running, Off means not running. | safety | On means unsafe, Off means safe. | smoke | On means smoke detected, Off means no smoke (clear). | sound | On means sound detected, Off means no sound (clear).