diff --git a/custom_components/yerushamayim/weather.py b/custom_components/yerushamayim/weather.py index 1512c1c..7c50c0f 100644 --- a/custom_components/yerushamayim/weather.py +++ b/custom_components/yerushamayim/weather.py @@ -1,6 +1,8 @@ """Weather platform for Yerushamayim integration.""" from __future__ import annotations +import logging + from homeassistant.components.weather import ( WeatherEntity, WeatherEntityFeature,