1 parent 521ca3b commit 3899512Copy full SHA for 3899512
1 file changed
custom_components/victron_mqtt/number.py
@@ -32,6 +32,7 @@
32
MetricType.SPEED: NumberDeviceClass.SPEED,
33
MetricType.LIQUID_VOLUME: NumberDeviceClass.VOLUME_STORAGE,
34
MetricType.DURATION: NumberDeviceClass.DURATION,
35
+ MetricType.IRRADIANCE: NumberDeviceClass.IRRADIANCE,
36
}
37
38
0 commit comments