From b45b3bf5453e2355a5eef5d8fdf53e90fe04cace Mon Sep 17 00:00:00 2001 From: cdce8p <30130371+cdce8p@users.noreply.github.com> Date: Sat, 5 May 2018 15:38:54 +0200 Subject: [PATCH] Added light 'device_class' for sensors (#10) * Added light 'device_class' * Removed lux * Changed device_class name --- docs/entity_sensor.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/entity_sensor.md b/docs/entity_sensor.md index 43f41db1..fb3c35b4 100644 --- a/docs/entity_sensor.md +++ b/docs/entity_sensor.md @@ -23,4 +23,5 @@ If specifying a device class, your sensor entity will need to also return the co | ---- | ---- | ----------- | battery | % | % of battery that is left. | humidity | % | % of humidity in the air. +| illuminance | lx/lm | Light level. | temperature | C/F | Temperature.