mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47:06 +00:00
update netatmo library (#18823)
This commit is contained in:
parent
a9990c130d
commit
44e35ec9a1
@ -16,7 +16,7 @@ from homeassistant.helpers import discovery
|
|||||||
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 = ['pyatmo==1.3']
|
REQUIREMENTS = ['pyatmo==1.4']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -851,7 +851,7 @@ pyalarmdotcom==0.3.2
|
|||||||
pyarlo==0.2.2
|
pyarlo==0.2.2
|
||||||
|
|
||||||
# homeassistant.components.netatmo
|
# homeassistant.components.netatmo
|
||||||
pyatmo==1.3
|
pyatmo==1.4
|
||||||
|
|
||||||
# homeassistant.components.apple_tv
|
# homeassistant.components.apple_tv
|
||||||
pyatv==0.3.11
|
pyatv==0.3.11
|
||||||
|
Loading…
x
Reference in New Issue
Block a user