googledevices version bump

pull/19971/head
ludeeus 2019-01-11 14:21:46 +01:00
parent 480b8be653
commit d4821f086f
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ from homeassistant.helpers.aiohttp_client import async_get_clientsession
_LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['googledevices==1.0.1']
REQUIREMENTS = ['googledevices==1.0.2']
DOMAIN = 'googlehome'
CLIENT = 'googlehome_client'

View File

@ -457,7 +457,7 @@ gntp==1.0.3
google-api-python-client==1.6.4
# homeassistant.components.googlehome
googledevices==1.0.1
googledevices==1.0.2
# homeassistant.components.sensor.google_travel_time
googlemaps==2.5.1