Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.ihc.auto_setup Namespace Reference

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
 

Detailed Description

Handle auto setup of IHC products from the ihc project file.

Function Documentation

◆ autosetup_ihc_products()

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.

◆ get_discovery_info()

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.

Variable Documentation

◆ _LOGGER

homeassistant.components.ihc.auto_setup._LOGGER = logging.getLogger(__name__)
private

Definition at line 29 of file auto_setup.py.

◆ AUTO_SETUP_SCHEMA

homeassistant.components.ihc.auto_setup.AUTO_SETUP_SCHEMA

Definition at line 32 of file auto_setup.py.