Skip to content

Commit 40d0f34

Browse files
committed
Add MetricType.IRRADIANCE
1 parent 27ef63c commit 40d0f34

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

custom_components/victron_mqtt/sensor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
MetricType.SPEED: SensorDeviceClass.SPEED,
4242
MetricType.LIQUID_VOLUME: SensorDeviceClass.VOLUME_STORAGE,
4343
MetricType.DURATION: SensorDeviceClass.DURATION,
44+
MetricType.IRRADIANCE: SensorDeviceClass.IRRADIANCE,
4445
MetricType.ENUM: SensorDeviceClass.ENUM,
4546
}
4647

0 commit comments

Comments
 (0)