mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 12:15:08 +02:00
Upgrade pyowm to 2.9.0 (#15736)
This commit is contained in:
committed by
Pascal Vizeli
parent
316ef89541
commit
4013a90f33
@@ -17,7 +17,7 @@ import homeassistant.helpers.config_validation as cv
|
|||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
from homeassistant.util import Throttle
|
from homeassistant.util import Throttle
|
||||||
|
|
||||||
REQUIREMENTS = ['pyowm==2.8.0']
|
REQUIREMENTS = ['pyowm==2.9.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@ from homeassistant.const import (
|
|||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
from homeassistant.util import Throttle
|
from homeassistant.util import Throttle
|
||||||
|
|
||||||
REQUIREMENTS = ['pyowm==2.8.0']
|
REQUIREMENTS = ['pyowm==2.9.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@@ -964,7 +964,7 @@ pyotp==2.2.6
|
|||||||
|
|
||||||
# homeassistant.components.sensor.openweathermap
|
# homeassistant.components.sensor.openweathermap
|
||||||
# homeassistant.components.weather.openweathermap
|
# homeassistant.components.weather.openweathermap
|
||||||
pyowm==2.8.0
|
pyowm==2.9.0
|
||||||
|
|
||||||
# homeassistant.components.sensor.pollen
|
# homeassistant.components.sensor.pollen
|
||||||
pypollencom==2.1.0
|
pypollencom==2.1.0
|
||||||
|
Reference in New Issue
Block a user