From 97ff6098ef634abc47744463b375183a53cf36ce Mon Sep 17 00:00:00 2001 From: Michiel Karnebeek Date: Fri, 4 Feb 2022 10:54:25 +0100 Subject: [PATCH] Fix columns not lining up (#1205) --- 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 f1fab4a7..3f9933d4 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 | `None` | **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