Added light 'device_class' for sensors (#10)

* Added light 'device_class'

* Removed lux

* Changed device_class name
This commit is contained in:
cdce8p 2018-05-05 15:38:54 +02:00 committed by Paulus Schoutsen
parent 9f915227f6
commit b45b3bf545

View File

@ -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.