Skip to content

Commit 3899512

Browse files
committed
Add mapping to NumberDeviceClass.IRRADIANCE
1 parent 521ca3b commit 3899512

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

custom_components/victron_mqtt/number.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
MetricType.SPEED: NumberDeviceClass.SPEED,
3333
MetricType.LIQUID_VOLUME: NumberDeviceClass.VOLUME_STORAGE,
3434
MetricType.DURATION: NumberDeviceClass.DURATION,
35+
MetricType.IRRADIANCE: NumberDeviceClass.IRRADIANCE,
3536
}
3637

3738

0 commit comments

Comments
 (0)