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

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
 

Detailed Description

Support for IHC devices.

Function Documentation

◆ ihc_setup()

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.

◆ setup()

bool homeassistant.components.ihc.setup ( HomeAssistant  hass,
ConfigType  config 
)
Set up the IHC integration.

Definition at line 32 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 24 of file __init__.py.

◆ CONFIG_SCHEMA

homeassistant.components.ihc.CONFIG_SCHEMA
Initial value:
1 = vol.Schema(
2  {DOMAIN: vol.Schema(vol.All(cv.ensure_list, [IHC_SCHEMA]))}, extra=vol.ALLOW_EXTRA
3 )

Definition at line 27 of file __init__.py.