Skip to content

Commit

Permalink
Change unit of insulation resistance to MOhm (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
olebowle authored Jun 16, 2024
1 parent 42b0164 commit 7505c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def context(self):
HuaweiSolarSensorEntityDescription(
key=rn.INSULATION_RESISTANCE,
icon="mdi:omega",
native_unit_of_measurement="ohm",
native_unit_of_measurement="MOhm",
state_class=SensorStateClass.MEASUREMENT,
entity_registry_enabled_default=False,
),
Expand Down

0 comments on commit 7505c31

Please sign in to comment.