Upgrade netatmo smart_home module (#22365)

This commit is contained in:
cgtobi 2019-03-25 01:30:21 +01:00 committed by Fabian Affolter
parent dc64634e21
commit d2a83c2732
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ from homeassistant.helpers import discovery
import homeassistant.helpers.config_validation as cv
from homeassistant.util import Throttle
REQUIREMENTS = ['pyatmo==1.8']
REQUIREMENTS = ['pyatmo==1.9']
DEPENDENCIES = ['webhook']
_LOGGER = logging.getLogger(__name__)

View File

@ -949,7 +949,7 @@ pyalarmdotcom==0.3.2
pyarlo==0.2.3
# homeassistant.components.netatmo
pyatmo==1.8
pyatmo==1.9
# homeassistant.components.apple_tv
pyatv==0.3.12