diff --git a/homeassistant/components/smhi/__init__.py b/homeassistant/components/smhi/__init__.py index d0e4b6ef487..2421addfd0c 100644 --- a/homeassistant/components/smhi/__init__.py +++ b/homeassistant/components/smhi/__init__.py @@ -12,7 +12,7 @@ from homeassistant.core import Config, HomeAssistant from .config_flow import smhi_locations # noqa: F401 from .const import DOMAIN # noqa: F401 -REQUIREMENTS = ['smhi-pkg==1.0.4'] +REQUIREMENTS = ['smhi-pkg==1.0.5'] DEFAULT_NAME = 'smhi' diff --git a/homeassistant/components/smhi/config_flow.py b/homeassistant/components/smhi/config_flow.py index 3c9875ab797..e461c6d195d 100644 --- a/homeassistant/components/smhi/config_flow.py +++ b/homeassistant/components/smhi/config_flow.py @@ -20,8 +20,6 @@ from homeassistant.util import slugify from .const import DOMAIN, HOME_LOCATION_NAME -REQUIREMENTS = ['smhi-pkg==1.0.4'] - @callback def smhi_locations(hass: HomeAssistant): diff --git a/homeassistant/components/weather/smhi.py b/homeassistant/components/weather/smhi.py index c24d3f8f091..3bbaab3f8ec 100644 --- a/homeassistant/components/weather/smhi.py +++ b/homeassistant/components/weather/smhi.py @@ -30,7 +30,6 @@ from homeassistant.components.smhi.const import ( ENTITY_ID_SENSOR_FORMAT, ATTR_SMHI_CLOUDINESS) DEPENDENCIES = ['smhi'] -REQUIREMENTS = ['smhi-pkg==1.0.4'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index afd5b4e9380..1fe3ce3372f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1383,9 +1383,7 @@ smappy==0.2.16 # smbus-cffi==0.5.1 # homeassistant.components.smhi -# homeassistant.components.smhi.config_flow -# homeassistant.components.weather.smhi -smhi-pkg==1.0.4 +smhi-pkg==1.0.5 # homeassistant.components.media_player.snapcast snapcast==2.0.9 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 90d7756e69c..61bd3db0276 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -227,9 +227,7 @@ simplisafe-python==3.1.13 sleepyq==0.6 # homeassistant.components.smhi -# homeassistant.components.smhi.config_flow -# homeassistant.components.weather.smhi -smhi-pkg==1.0.4 +smhi-pkg==1.0.5 # homeassistant.components.climate.honeywell somecomfort==0.5.2