update netatmo library (#18823)

This commit is contained in:
Daniel Høyer Iversen 2018-11-30 14:45:40 +01:00 committed by Charles Garwood
parent a9990c130d
commit 44e35ec9a1
2 changed files with 2 additions and 2 deletions

View File

@ -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__)

View File

@ -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