From 40fc0f5a3d4758fa40441aef6a604307e4ecf74d Mon Sep 17 00:00:00 2001 From: Markus Jankowski Date: Thu, 4 Apr 2019 06:52:25 +0200 Subject: [PATCH] add device_class_power to sensor (#211) --- docs/entity_sensor.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/entity_sensor.md b/docs/entity_sensor.md index 2eb7579f..ca4ed4e0 100644 --- a/docs/entity_sensor.md +++ b/docs/entity_sensor.md @@ -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. | illuminance | lx/lm | Light level. | temperature | °C/°F | Temperature. -| timestamp | ISO8601 | Timestamp +| timestamp | ISO8601 | Timestamp. +| power | W,kW | Power. | pressure | hPa,mbar | Pressure.