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