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

Variables

string ATTR_CONTROLLER_ID = "controller_id"
 
string ATTR_IHC_ID = "ihc_id"
 
string ATTR_VALUE = "value"
 
string AUTO_SETUP_YAML = "ihc_auto_setup.yaml"
 
string CONF_AUTOSETUP = "auto_setup"
 
string CONF_BINARY_SENSOR = "binary_sensor"
 
string CONF_DIMMABLE = "dimmable"
 
string CONF_INFO = "info"
 
string CONF_INVERTING = "inverting"
 
string CONF_LIGHT = "light"
 
string CONF_NODE = "node"
 
string CONF_NOTE = "note"
 
string CONF_OFF_ID = "off_id"
 
string CONF_ON_ID = "on_id"
 
string CONF_POSITION = "position"
 
string CONF_SENSOR = "sensor"
 
string CONF_SWITCH = "switch"
 
string CONF_XPATH = "xpath"
 
string DOMAIN = "ihc"
 
string IHC_CONTROLLER = "controller"
 
string IHC_CONTROLLER_INDEX = "controller_index"
 
tuple IHC_PLATFORMS
 
string SERVICE_PULSE = "pulse"
 
string SERVICE_SET_RUNTIME_VALUE_BOOL = "set_runtime_value_bool"
 
string SERVICE_SET_RUNTIME_VALUE_FLOAT = "set_runtime_value_float"
 
string SERVICE_SET_RUNTIME_VALUE_INT = "set_runtime_value_int"
 

Detailed Description

IHC component constants.

Variable Documentation

◆ ATTR_CONTROLLER_ID

string homeassistant.components.ihc.const.ATTR_CONTROLLER_ID = "controller_id"

Definition at line 7 of file const.py.

◆ ATTR_IHC_ID

string homeassistant.components.ihc.const.ATTR_IHC_ID = "ihc_id"

Definition at line 5 of file const.py.

◆ ATTR_VALUE

string homeassistant.components.ihc.const.ATTR_VALUE = "value"

Definition at line 6 of file const.py.

◆ AUTO_SETUP_YAML

string homeassistant.components.ihc.const.AUTO_SETUP_YAML = "ihc_auto_setup.yaml"

Definition at line 9 of file const.py.

◆ CONF_AUTOSETUP

string homeassistant.components.ihc.const.CONF_AUTOSETUP = "auto_setup"

Definition at line 11 of file const.py.

◆ CONF_BINARY_SENSOR

string homeassistant.components.ihc.const.CONF_BINARY_SENSOR = "binary_sensor"

Definition at line 12 of file const.py.

◆ CONF_DIMMABLE

string homeassistant.components.ihc.const.CONF_DIMMABLE = "dimmable"

Definition at line 13 of file const.py.

◆ CONF_INFO

string homeassistant.components.ihc.const.CONF_INFO = "info"

Definition at line 14 of file const.py.

◆ CONF_INVERTING

string homeassistant.components.ihc.const.CONF_INVERTING = "inverting"

Definition at line 15 of file const.py.

◆ CONF_LIGHT

string homeassistant.components.ihc.const.CONF_LIGHT = "light"

Definition at line 16 of file const.py.

◆ CONF_NODE

string homeassistant.components.ihc.const.CONF_NODE = "node"

Definition at line 17 of file const.py.

◆ CONF_NOTE

string homeassistant.components.ihc.const.CONF_NOTE = "note"

Definition at line 18 of file const.py.

◆ CONF_OFF_ID

string homeassistant.components.ihc.const.CONF_OFF_ID = "off_id"

Definition at line 19 of file const.py.

◆ CONF_ON_ID

string homeassistant.components.ihc.const.CONF_ON_ID = "on_id"

Definition at line 20 of file const.py.

◆ CONF_POSITION

string homeassistant.components.ihc.const.CONF_POSITION = "position"

Definition at line 21 of file const.py.

◆ CONF_SENSOR

string homeassistant.components.ihc.const.CONF_SENSOR = "sensor"

Definition at line 22 of file const.py.

◆ CONF_SWITCH

string homeassistant.components.ihc.const.CONF_SWITCH = "switch"

Definition at line 23 of file const.py.

◆ CONF_XPATH

string homeassistant.components.ihc.const.CONF_XPATH = "xpath"

Definition at line 24 of file const.py.

◆ DOMAIN

string homeassistant.components.ihc.const.DOMAIN = "ihc"

Definition at line 26 of file const.py.

◆ IHC_CONTROLLER

string homeassistant.components.ihc.const.IHC_CONTROLLER = "controller"

Definition at line 28 of file const.py.

◆ IHC_CONTROLLER_INDEX

string homeassistant.components.ihc.const.IHC_CONTROLLER_INDEX = "controller_index"

Definition at line 29 of file const.py.

◆ IHC_PLATFORMS

tuple homeassistant.components.ihc.const.IHC_PLATFORMS
Initial value:
1 = (
2  Platform.BINARY_SENSOR,
3  Platform.LIGHT,
4  Platform.SENSOR,
5  Platform.SWITCH,
6 )

Definition at line 30 of file const.py.

◆ SERVICE_PULSE

string homeassistant.components.ihc.const.SERVICE_PULSE = "pulse"

Definition at line 40 of file const.py.

◆ SERVICE_SET_RUNTIME_VALUE_BOOL

string homeassistant.components.ihc.const.SERVICE_SET_RUNTIME_VALUE_BOOL = "set_runtime_value_bool"

Definition at line 37 of file const.py.

◆ SERVICE_SET_RUNTIME_VALUE_FLOAT

string homeassistant.components.ihc.const.SERVICE_SET_RUNTIME_VALUE_FLOAT = "set_runtime_value_float"

Definition at line 38 of file const.py.

◆ SERVICE_SET_RUNTIME_VALUE_INT

string homeassistant.components.ihc.const.SERVICE_SET_RUNTIME_VALUE_INT = "set_runtime_value_int"

Definition at line 39 of file const.py.