add device_class_power to sensor (#211)

This commit is contained in:
Markus Jankowski 2019-04-04 06:52:25 +02:00 committed by Paulus Schoutsen
parent f9a778e93d
commit 40fc0f5a3d

View File

@ -25,5 +25,6 @@ If specifying a device class, your sensor entity will need to also return the co
| humidity | % | % of humidity in the air. | humidity | % | % of humidity in the air.
| illuminance | lx/lm | Light level. | illuminance | lx/lm | Light level.
| temperature | °C/°F | Temperature. | temperature | °C/°F | Temperature.
| timestamp | ISO8601 | Timestamp | timestamp | ISO8601 | Timestamp.
| power | W,kW | Power.
| pressure | hPa,mbar | Pressure. | pressure | hPa,mbar | Pressure.