mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-10 02:46:29 +00:00
Align documented binary_sensor attributes with implementation (#1911)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
aec0b612fd
commit
7eb1c26e9c
@ -13,8 +13,8 @@ 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.
|
||||
| device_class | string | `None` | Type of binary sensor.
|
||||
| is_on| <code>bool | None</code> | `None` | **Required**. If the binary sensor is currently on or off.
|
||||
| device_class | <code>BinarySensorDeviceClass | None</code> | `None` | Type of binary sensor.
|
||||
|
||||
### Available device classes
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user