From ed2942b4d80166f984ce59c5e367452ad65598e5 Mon Sep 17 00:00:00 2001 From: JudgeDredd Date: Wed, 26 Jul 2017 12:24:49 -0400 Subject: [PATCH] add unit_of_measurement customization to documentation (#3050) add unit_of_measurement customization to documentation --- source/_docs/configuration/customizing-devices.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_docs/configuration/customizing-devices.markdown b/source/_docs/configuration/customizing-devices.markdown index 8da78ab7a68..23411246de3 100644 --- a/source/_docs/configuration/customizing-devices.markdown +++ b/source/_docs/configuration/customizing-devices.markdown @@ -67,6 +67,7 @@ homeassistant: | `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. | `device_class` | Sets the class of the device, changing the device state and icon that is displayed on the UI (see below). | `initial_state` | Sets the initial state for automations. `on` or `off`. +| `unit_of_measurement` | Defines the units of measurement, if any. ### {% linkable_title Device Class %}