We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbfddb8 commit f47f956Copy full SHA for f47f956
custom_components/ocpp/const.py
@@ -134,6 +134,7 @@
134
SensorDeviceClass.POWER: ha.UnitOfPower.KILO_WATT,
135
SensorDeviceClass.REACTIVE_POWER: ha.UnitOfReactivePower.VOLT_AMPERE_REACTIVE,
136
SensorDeviceClass.ENERGY: ha.UnitOfEnergy.KILO_WATT_HOUR,
137
+ SensorDeviceClass.TEMPERATURE: ha.UnitOfTemperature.CELSIUS,
138
}
139
140
0 commit comments