Namespaces | |
| auto_setup | |
| binary_sensor | |
| const | |
| entity | |
| light | |
| manual_setup | |
| sensor | |
| service_functions | |
| switch | |
| util | |
Functions | |
| bool | ihc_setup (HomeAssistant hass, ConfigType config, ConfigType controller_conf, int controller_index) |
| bool | setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CONFIG_SCHEMA | |
Support for IHC devices.
| bool homeassistant.components.ihc.ihc_setup | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| ConfigType | controller_conf, | ||
| int | controller_index | ||
| ) |
Set up the IHC integration.
Definition at line 41 of file __init__.py.
| bool homeassistant.components.ihc.setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the IHC integration.
Definition at line 32 of file __init__.py.
|
private |
Definition at line 24 of file __init__.py.
| homeassistant.components.ihc.CONFIG_SCHEMA |
Definition at line 27 of file __init__.py.