diff --git a/custom_components/pirateweather/sensor.py b/custom_components/pirateweather/sensor.py index 06bc694..04c3d37 100644 --- a/custom_components/pirateweather/sensor.py +++ b/custom_components/pirateweather/sensor.py @@ -1097,6 +1097,9 @@ def get_state(self, data): if self.requestUnits in ["us"]: if self.type in [ "precip_accumulation", + "liquid_accumulation", + "snow_accumulation", + "ice_accumulation", ]: state = state * 0.0393701