Upgrade pyowm to 2.6.0 (#5071)
This commit is contained in:
parent
5b619a94ad
commit
ac1063266c
3 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@ import homeassistant.helpers.config_validation as cv
|
|||
from homeassistant.helpers.entity import Entity
|
||||
from homeassistant.util import Throttle
|
||||
|
||||
REQUIREMENTS = ['pyowm==2.5.0']
|
||||
REQUIREMENTS = ['pyowm==2.6.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ from homeassistant.const import (
|
|||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.util import Throttle
|
||||
|
||||
REQUIREMENTS = ['pyowm==2.5.0']
|
||||
REQUIREMENTS = ['pyowm==2.6.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -449,7 +449,7 @@ pynx584==0.2
|
|||
|
||||
# homeassistant.components.sensor.openweathermap
|
||||
# homeassistant.components.weather.openweathermap
|
||||
pyowm==2.5.0
|
||||
pyowm==2.6.0
|
||||
|
||||
# homeassistant.components.switch.acer_projector
|
||||
pyserial==3.1.1
|
||||
|
|
Loading…
Add table
Reference in a new issue