We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb9fee3 commit 43010e8Copy full SHA for 43010e8
custom_components/arso_potresi/sensor.py
@@ -95,7 +95,7 @@ def state(self): return self._state
95
@property
96
def extra_state_attributes(self): return self._attrs
97
98
- def unit_of_measurement(self): return "ML"
+ def unit_of_measurement(self): return "M"
99
100
def state_class(self): return SensorStateClass.MEASUREMENT
101
0 commit comments