parent
db23320659
commit
216a756590
|
@ -15,7 +15,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.3.1']
|
REQUIREMENTS = ['pyowm==2.3.2']
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
SENSOR_TYPES = {
|
SENSOR_TYPES = {
|
||||||
'weather': ['Condition', None],
|
'weather': ['Condition', None],
|
||||||
|
|
|
@ -292,7 +292,7 @@ pynetio==0.1.6
|
||||||
pynx584==0.2
|
pynx584==0.2
|
||||||
|
|
||||||
# homeassistant.components.sensor.openweathermap
|
# homeassistant.components.sensor.openweathermap
|
||||||
pyowm==2.3.1
|
pyowm==2.3.2
|
||||||
|
|
||||||
# homeassistant.components.switch.acer_projector
|
# homeassistant.components.switch.acer_projector
|
||||||
pyserial<=3.0
|
pyserial<=3.0
|
||||||
|
|
Loading…
Reference in New Issue