Namespaces | |
| binary_sensor | |
| climate | |
Classes | |
| class | MaxCubeHandle |
Functions | |
| bool | setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CONF_GATEWAYS = "gateways" |
| CONFIG_GATEWAY | |
| CONFIG_SCHEMA | |
| string | DATA_KEY = "maxcube" |
| int | DEFAULT_PORT = 62910 |
| string | DOMAIN = "maxcube" |
| string | NOTIFICATION_ID = "maxcube_notification" |
| string | NOTIFICATION_TITLE = "Max!Cube gateway setup" |
Support for the MAX! Cube LAN Gateway.
| bool homeassistant.components.maxcube.setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Establish connection to MAX! Cube.
Definition at line 52 of file __init__.py.
|
private |
Definition at line 18 of file __init__.py.
| string homeassistant.components.maxcube.CONF_GATEWAYS = "gateways" |
Definition at line 28 of file __init__.py.
| homeassistant.components.maxcube.CONFIG_GATEWAY |
Definition at line 30 of file __init__.py.
| homeassistant.components.maxcube.CONFIG_SCHEMA |
Definition at line 38 of file __init__.py.
| string homeassistant.components.maxcube.DATA_KEY = "maxcube" |
Definition at line 23 of file __init__.py.
| int homeassistant.components.maxcube.DEFAULT_PORT = 62910 |
Definition at line 20 of file __init__.py.
| string homeassistant.components.maxcube.DOMAIN = "maxcube" |
Definition at line 21 of file __init__.py.
| string homeassistant.components.maxcube.NOTIFICATION_ID = "maxcube_notification" |
Definition at line 25 of file __init__.py.
| string homeassistant.components.maxcube.NOTIFICATION_TITLE = "Max!Cube gateway setup" |
Definition at line 26 of file __init__.py.