From 96c99b64b432b96893d2df1e1ed7e85e1a8eba5e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 13 Feb 2017 11:15:16 +0100 Subject: [PATCH] Rename sensor_class --- source/getting-started/customizing-devices.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/getting-started/customizing-devices.markdown b/source/getting-started/customizing-devices.markdown index e17083c63bb..04192a7d518 100644 --- a/source/getting-started/customizing-devices.markdown +++ b/source/getting-started/customizing-devices.markdown @@ -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 %}