1 parent 27ef63c commit 40d0f34Copy full SHA for 40d0f34
1 file changed
custom_components/victron_mqtt/sensor.py
@@ -41,6 +41,7 @@
41
MetricType.SPEED: SensorDeviceClass.SPEED,
42
MetricType.LIQUID_VOLUME: SensorDeviceClass.VOLUME_STORAGE,
43
MetricType.DURATION: SensorDeviceClass.DURATION,
44
+ MetricType.IRRADIANCE: SensorDeviceClass.IRRADIANCE,
45
MetricType.ENUM: SensorDeviceClass.ENUM,
46
}
47
0 commit comments