From d9c30c6ad227b4a1a9abd6ba3721e42da27637ed Mon Sep 17 00:00:00 2001 From: alexander0042 Date: Tue, 20 Aug 2024 19:29:11 +0000 Subject: [PATCH] style fixes by ruff --- custom_components/pirateweather/sensor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/pirateweather/sensor.py b/custom_components/pirateweather/sensor.py index 04c3d37..26eede7 100644 --- a/custom_components/pirateweather/sensor.py +++ b/custom_components/pirateweather/sensor.py @@ -1099,7 +1099,7 @@ def get_state(self, data): "precip_accumulation", "liquid_accumulation", "snow_accumulation", - "ice_accumulation", + "ice_accumulation", ]: state = state * 0.0393701