From ca7b514775d3d7f8561bcfae740247805fc95414 Mon Sep 17 00:00:00 2001 From: Michael <35783820+mib1185@users.noreply.github.com> Date: Tue, 17 Aug 2021 01:31:17 +0200 Subject: [PATCH] Add device class update (#1013) --- 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 786f5f42..61f163a6 100644 --- a/docs/core/entity/binary-sensor.md +++ b/docs/core/entity/binary-sensor.md @@ -42,5 +42,6 @@ Properties should always only return information from memory and not do I/O (lik | 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). +| update | On means update available, Off means up-to-date. | vibration | On means vibration detected, Off means no vibration. | window | On means open, Off means closed.