mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
IPMA Weather Service - version bump (#18626)
* version bump * gen * gen
This commit is contained in:
parent
c7bfdbf3cf
commit
af0f3fcbdb
@ -20,7 +20,7 @@ from homeassistant.helpers.aiohttp_client import async_get_clientsession
|
|||||||
from homeassistant.helpers import config_validation as cv
|
from homeassistant.helpers import config_validation as cv
|
||||||
from homeassistant.util import Throttle
|
from homeassistant.util import Throttle
|
||||||
|
|
||||||
REQUIREMENTS = ['pyipma==1.1.4']
|
REQUIREMENTS = ['pyipma==1.1.6']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -980,7 +980,7 @@ pyialarm==0.3
|
|||||||
pyicloud==0.9.1
|
pyicloud==0.9.1
|
||||||
|
|
||||||
# homeassistant.components.weather.ipma
|
# homeassistant.components.weather.ipma
|
||||||
pyipma==1.1.4
|
pyipma==1.1.6
|
||||||
|
|
||||||
# homeassistant.components.sensor.irish_rail_transport
|
# homeassistant.components.sensor.irish_rail_transport
|
||||||
pyirishrail==0.0.2
|
pyirishrail==0.0.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user