mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-08 09:56:30 +00:00
Fix columns not lining up (#1205)
This commit is contained in:
parent
4d2e55f16a
commit
97ff6098ef
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user