mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 06:37:52 +00:00
Update pyatmo (#15540)
This commit is contained in:
parent
e5f0da75e2
commit
a8c7425e17
@ -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.0.0']
|
REQUIREMENTS = ['pyatmo==1.1.1']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -737,7 +737,7 @@ pyasn1-modules==0.1.5
|
|||||||
pyasn1==0.3.7
|
pyasn1==0.3.7
|
||||||
|
|
||||||
# homeassistant.components.netatmo
|
# homeassistant.components.netatmo
|
||||||
pyatmo==1.0.0
|
pyatmo==1.1.1
|
||||||
|
|
||||||
# homeassistant.components.apple_tv
|
# homeassistant.components.apple_tv
|
||||||
pyatv==0.3.10
|
pyatv==0.3.10
|
||||||
|
Loading…
x
Reference in New Issue
Block a user