Rename sensor_class

This commit is contained in:
Fabian Affolter 2017-02-13 11:15:16 +01:00
parent 5e9c8dfce1
commit 96c99b64b4
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -48,7 +48,7 @@ homeassistant:
| `entity_picture` | Url to use as picture for entity
| `icon` | Any icon from [MaterialDesignIcons.com](http://MaterialDesignIcons.com). Prefix name with `mdi:`, ie `mdi:home`.
| `assumed_state` | For switches with an assumed state two buttons are shown (turn off, turn on) instead of a switch. By setting `assumed_state` to `false` you will get the default switch icon.
| `sensor_class` | Sets the [class of the sensor](/components/binary_sensor/), changing the device state and icon that is displayed on the UI (see below).
| `device_class` | Sets the [class of the device](/components/binary_sensor/), changing the device state and icon that is displayed on the UI (see below).
### {% linkable_title Advanced example %}