Namespaces | |
| binary_sensor | |
| switch | |
Classes | |
| class | GC100Device |
Functions | |
| bool | setup (HomeAssistant hass, ConfigType base_config) |
Variables | |
| string | CONF_PORTS = "ports" |
| CONFIG_SCHEMA | |
| string | DATA_GC100 = "gc100" |
| int | DEFAULT_PORT = 4998 |
| string | DOMAIN = "gc100" |
Support for controlling Global Cache gc100.
| bool homeassistant.components.gc100.setup | ( | HomeAssistant | hass, |
| ConfigType | base_config | ||
| ) |
Set up the gc100 component.
Definition at line 31 of file __init__.py.
| string homeassistant.components.gc100.CONF_PORTS = "ports" |
Definition at line 11 of file __init__.py.
| homeassistant.components.gc100.CONFIG_SCHEMA |
Definition at line 18 of file __init__.py.
| string homeassistant.components.gc100.DATA_GC100 = "gc100" |
Definition at line 16 of file __init__.py.
| int homeassistant.components.gc100.DEFAULT_PORT = 4998 |
Definition at line 13 of file __init__.py.
| string homeassistant.components.gc100.DOMAIN = "gc100" |
Definition at line 14 of file __init__.py.