mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
SMHI weather component not showing correct values in current forecast (#17783)
* fixes not showing current forecast correctly * Update config_flow.py * Update smhi.py * Update requirements_all.txt * Update requirements_test_all.txt
This commit is contained in:
parent
bc67115df3
commit
c4b2c2bfcf
@ -12,7 +12,7 @@ from homeassistant.core import Config, HomeAssistant
|
|||||||
from .config_flow import smhi_locations # noqa: F401
|
from .config_flow import smhi_locations # noqa: F401
|
||||||
from .const import DOMAIN # noqa: F401
|
from .const import DOMAIN # noqa: F401
|
||||||
|
|
||||||
REQUIREMENTS = ['smhi-pkg==1.0.4']
|
REQUIREMENTS = ['smhi-pkg==1.0.5']
|
||||||
|
|
||||||
DEFAULT_NAME = 'smhi'
|
DEFAULT_NAME = 'smhi'
|
||||||
|
|
||||||
|
@ -20,8 +20,6 @@ from homeassistant.util import slugify
|
|||||||
|
|
||||||
from .const import DOMAIN, HOME_LOCATION_NAME
|
from .const import DOMAIN, HOME_LOCATION_NAME
|
||||||
|
|
||||||
REQUIREMENTS = ['smhi-pkg==1.0.4']
|
|
||||||
|
|
||||||
|
|
||||||
@callback
|
@callback
|
||||||
def smhi_locations(hass: HomeAssistant):
|
def smhi_locations(hass: HomeAssistant):
|
||||||
|
@ -30,7 +30,6 @@ from homeassistant.components.smhi.const import (
|
|||||||
ENTITY_ID_SENSOR_FORMAT, ATTR_SMHI_CLOUDINESS)
|
ENTITY_ID_SENSOR_FORMAT, ATTR_SMHI_CLOUDINESS)
|
||||||
|
|
||||||
DEPENDENCIES = ['smhi']
|
DEPENDENCIES = ['smhi']
|
||||||
REQUIREMENTS = ['smhi-pkg==1.0.4']
|
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -1378,9 +1378,7 @@ smappy==0.2.16
|
|||||||
# smbus-cffi==0.5.1
|
# smbus-cffi==0.5.1
|
||||||
|
|
||||||
# homeassistant.components.smhi
|
# homeassistant.components.smhi
|
||||||
# homeassistant.components.smhi.config_flow
|
smhi-pkg==1.0.5
|
||||||
# homeassistant.components.weather.smhi
|
|
||||||
smhi-pkg==1.0.4
|
|
||||||
|
|
||||||
# homeassistant.components.media_player.snapcast
|
# homeassistant.components.media_player.snapcast
|
||||||
snapcast==2.0.9
|
snapcast==2.0.9
|
||||||
|
@ -228,9 +228,7 @@ simplisafe-python==3.1.12
|
|||||||
sleepyq==0.6
|
sleepyq==0.6
|
||||||
|
|
||||||
# homeassistant.components.smhi
|
# homeassistant.components.smhi
|
||||||
# homeassistant.components.smhi.config_flow
|
smhi-pkg==1.0.5
|
||||||
# homeassistant.components.weather.smhi
|
|
||||||
smhi-pkg==1.0.4
|
|
||||||
|
|
||||||
# homeassistant.components.climate.honeywell
|
# homeassistant.components.climate.honeywell
|
||||||
somecomfort==0.5.2
|
somecomfort==0.5.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user