Updated gc100 package requirement to 1.0.3a (#10484)
* Updated gc100 package requirement to 1.0.3a * Update requirements_all.txtpull/10490/head
parent
62c1b542ed
commit
68986e9143
|
@ -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()
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue