From 4de90579825f688c912bb2b41bc225ce5b7f2688 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 22 Dec 2021 12:24:57 +0100 Subject: [PATCH] Allow binary sensor state to be None (#1161) --- docs/core/entity/binary-sensor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/entity/binary-sensor.md b/docs/core/entity/binary-sensor.md index 76aec2e3..bb86769c 100644 --- a/docs/core/entity/binary-sensor.md +++ b/docs/core/entity/binary-sensor.md @@ -13,7 +13,7 @@ Properties should always only return information from memory and not do I/O (lik | Name | Type | Default | Description | ---- | ---- | ------- | ----------- -| is_on| boolean | **Required** | If the binary sensor is currently on or off. +| is_on| boolean | `None` | **Required** | If the binary sensor is currently on or off. | device_class | string | `None` | Type of binary sensor. ### Available device classes