From 6dd7d2acb76b7674208577031f152927c5585f97 Mon Sep 17 00:00:00 2001 From: Ashley Gittins Date: Thu, 14 Nov 2024 17:50:12 +0000 Subject: [PATCH] - linting --- custom_components/bermuda/entity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/bermuda/entity.py b/custom_components/bermuda/entity.py index 42558b6..80b2918 100644 --- a/custom_components/bermuda/entity.py +++ b/custom_components/bermuda/entity.py @@ -184,7 +184,7 @@ def _handle_coordinator_update(self) -> None: """ self.async_write_ha_state() - def _cached_ratelimit(self, statevalue: Any, interval:int|None=None): + def _cached_ratelimit(self, statevalue: Any, interval: int | None = None): """A simple way to rate-limit sensor updates.""" if interval is not None: self._cache_ratelimit_interval = interval