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