Upgrade pyowm to 2.3.1
This commit is contained in:
parent
9d0b15421c
commit
2c45d1f27d
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue