Functions | |
| def | autosetup_ihc_products (HomeAssistant hass, config, ihc_controller, controller_id) |
| def | get_discovery_info (platform_setup, groups, controller_id) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| AUTO_SETUP_SCHEMA | |
Handle auto setup of IHC products from the ihc project file.
| def homeassistant.components.ihc.auto_setup.autosetup_ihc_products | ( | HomeAssistant | hass, |
| config, | |||
| ihc_controller, | |||
| controller_id | |||
| ) |
Auto setup of IHC products from the IHC project file.
Definition at line 88 of file auto_setup.py.
| def homeassistant.components.ihc.auto_setup.get_discovery_info | ( | platform_setup, | |
| groups, | |||
| controller_id | |||
| ) |
Get discovery info for specified IHC platform.
Definition at line 116 of file auto_setup.py.
|
private |
Definition at line 29 of file auto_setup.py.
| homeassistant.components.ihc.auto_setup.AUTO_SETUP_SCHEMA |
Definition at line 32 of file auto_setup.py.