Update pyatmo (#15540)

pull/15308/merge
Giel Janssens 2018-07-18 16:58:45 +02:00 committed by Daniel Høyer Iversen
parent e5f0da75e2
commit a8c7425e17
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
from homeassistant.util import Throttle
REQUIREMENTS = ['pyatmo==1.0.0']
REQUIREMENTS = ['pyatmo==1.1.1']
_LOGGER = logging.getLogger(__name__)

View File

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