mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Merge pull request #1615 from fabaff/upgrade-pyowm
Upgrade pyowm to 2.3.1
This commit is contained in:
commit
d308b065a9
@ -11,7 +11,7 @@ from homeassistant.const import CONF_API_KEY, TEMP_CELCIUS, TEMP_FAHRENHEIT
|
||||
from homeassistant.helpers.entity import Entity
|
||||
from homeassistant.util import Throttle
|
||||
|
||||
REQUIREMENTS = ['pyowm==2.3.0']
|
||||
REQUIREMENTS = ['pyowm==2.3.1']
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
SENSOR_TYPES = {
|
||||
'weather': ['Condition', None],
|
||||
|
@ -186,7 +186,7 @@ pynetgear==0.3.2
|
||||
pynx584==0.2
|
||||
|
||||
# homeassistant.components.sensor.openweathermap
|
||||
pyowm==2.3.0
|
||||
pyowm==2.3.1
|
||||
|
||||
# homeassistant.components.device_tracker.snmp
|
||||
pysnmp==4.2.5
|
||||
|
Loading…
x
Reference in New Issue
Block a user