From c27c9fd3b25abce129d98e51c4748c8a6f9d21e3 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 26 Mar 2017 13:51:48 +0200 Subject: [PATCH] Add unit of measurement --- source/_components/sensor.random.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/sensor.random.markdown b/source/_components/sensor.random.markdown index fe73e81f66d0..44bdfad4fa83 100644 --- a/source/_components/sensor.random.markdown +++ b/source/_components/sensor.random.markdown @@ -29,4 +29,5 @@ Configuration variables: - **name** (*Optional*): Name of the sensor to use in the frontend. Defaults to `Random Sensor`. - **minimum** (*Optional*): Lower limit for the values. Defaults to `0`. - **maximum** (*Optional*): Upper limit for the values. Defaults to `20`. +- **unit_of_measurement** (*Optional*): Defines the units of measurement of the sensor, if any.