mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Updated gc100 package requirement to 1.0.3a (#10484)
* Updated gc100 package requirement to 1.0.3a * Update requirements_all.txt
This commit is contained in:
parent
62c1b542ed
commit
68986e9143
@ -12,7 +12,7 @@ from homeassistant.const import (
|
|||||||
EVENT_HOMEASSISTANT_STOP, CONF_HOST, CONF_PORT)
|
EVENT_HOMEASSISTANT_STOP, CONF_HOST, CONF_PORT)
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['python-gc100==1.0.1a']
|
REQUIREMENTS = ['python-gc100==1.0.3a']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
@ -42,7 +42,7 @@ def setup(hass, base_config):
|
|||||||
|
|
||||||
gc_device = gc100.GC100SocketClient(host, port)
|
gc_device = gc100.GC100SocketClient(host, port)
|
||||||
|
|
||||||
def cleanup_gc100():
|
def cleanup_gc100(event):
|
||||||
"""Stuff to do before stopping."""
|
"""Stuff to do before stopping."""
|
||||||
gc_device.quit()
|
gc_device.quit()
|
||||||
|
|
||||||
|
@ -816,7 +816,7 @@ python-etherscan-api==0.0.1
|
|||||||
python-forecastio==1.3.5
|
python-forecastio==1.3.5
|
||||||
|
|
||||||
# homeassistant.components.gc100
|
# homeassistant.components.gc100
|
||||||
python-gc100==1.0.1a
|
python-gc100==1.0.3a
|
||||||
|
|
||||||
# homeassistant.components.sensor.hp_ilo
|
# homeassistant.components.sensor.hp_ilo
|
||||||
python-hpilo==3.9
|
python-hpilo==3.9
|
||||||
|
Loading…
x
Reference in New Issue
Block a user