Updated gc100 package requirement to 1.0.3a (#10484)

* Updated gc100 package requirement to 1.0.3a

* Update requirements_all.txt
pull/10490/head
David Grant 2017-11-09 11:54:45 -05:00 committed by Fabian Affolter
parent 62c1b542ed
commit 68986e9143
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ from homeassistant.const import (
EVENT_HOMEASSISTANT_STOP, CONF_HOST, CONF_PORT)
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['python-gc100==1.0.1a']
REQUIREMENTS = ['python-gc100==1.0.3a']
_LOGGER = logging.getLogger(__name__)
@ -42,7 +42,7 @@ def setup(hass, base_config):
gc_device = gc100.GC100SocketClient(host, port)
def cleanup_gc100():
def cleanup_gc100(event):
"""Stuff to do before stopping."""
gc_device.quit()

View File

@ -816,7 +816,7 @@ python-etherscan-api==0.0.1
python-forecastio==1.3.5
# homeassistant.components.gc100
python-gc100==1.0.1a
python-gc100==1.0.3a
# homeassistant.components.sensor.hp_ilo
python-hpilo==3.9