Fix columns not lining up (#1205)

This commit is contained in:
Michiel Karnebeek 2022-02-04 10:54:25 +01:00 committed by GitHub
parent 4d2e55f16a
commit 97ff6098ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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