Update pyatmo (#15540)
parent
e5f0da75e2
commit
a8c7425e17
|
@ -16,7 +16,7 @@ from homeassistant.helpers import discovery
|
|||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.util import Throttle
|
||||
|
||||
REQUIREMENTS = ['pyatmo==1.0.0']
|
||||
REQUIREMENTS = ['pyatmo==1.1.1']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -737,7 +737,7 @@ pyasn1-modules==0.1.5
|
|||
pyasn1==0.3.7
|
||||
|
||||
# homeassistant.components.netatmo
|
||||
pyatmo==1.0.0
|
||||
pyatmo==1.1.1
|
||||
|
||||
# homeassistant.components.apple_tv
|
||||
pyatv==0.3.10
|
||||
|
|
Loading…
Reference in New Issue