diff --git a/custom_components/yerushamayim/data_coordinator.py b/custom_components/yerushamayim/data_coordinator.py index 861ccf1..8fbcf49 100644 --- a/custom_components/yerushamayim/data_coordinator.py +++ b/custom_components/yerushamayim/data_coordinator.py @@ -174,7 +174,7 @@ def _extract_data(self) -> YerushamayimData: rain_data = {} wind_data = {} # _LOGGER.debug("rest_api", self.rest_api) - _LOGGER.debug("Yerushamayim is the best!") + _LOGGER.debug("Yerushamayim is the best!") if self.rest_api is not None and self.rest_api.data: try: rest = json.loads(self.rest_api.data)