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" |
IHC component constants.
| string homeassistant.components.ihc.const.ATTR_CONTROLLER_ID = "controller_id" |
| string homeassistant.components.ihc.const.ATTR_IHC_ID = "ihc_id" |
| string homeassistant.components.ihc.const.ATTR_VALUE = "value" |
| string homeassistant.components.ihc.const.AUTO_SETUP_YAML = "ihc_auto_setup.yaml" |
| string homeassistant.components.ihc.const.CONF_AUTOSETUP = "auto_setup" |
| string homeassistant.components.ihc.const.CONF_BINARY_SENSOR = "binary_sensor" |
| string homeassistant.components.ihc.const.CONF_DIMMABLE = "dimmable" |
| string homeassistant.components.ihc.const.CONF_INFO = "info" |
| string homeassistant.components.ihc.const.CONF_INVERTING = "inverting" |
| string homeassistant.components.ihc.const.CONF_LIGHT = "light" |
| string homeassistant.components.ihc.const.CONF_NODE = "node" |
| string homeassistant.components.ihc.const.CONF_NOTE = "note" |
| string homeassistant.components.ihc.const.CONF_OFF_ID = "off_id" |
| string homeassistant.components.ihc.const.CONF_ON_ID = "on_id" |
| string homeassistant.components.ihc.const.CONF_POSITION = "position" |
| string homeassistant.components.ihc.const.CONF_SENSOR = "sensor" |
| string homeassistant.components.ihc.const.CONF_SWITCH = "switch" |
| string homeassistant.components.ihc.const.CONF_XPATH = "xpath" |
| string homeassistant.components.ihc.const.IHC_CONTROLLER = "controller" |
| string homeassistant.components.ihc.const.IHC_CONTROLLER_INDEX = "controller_index" |
| tuple homeassistant.components.ihc.const.IHC_PLATFORMS |
| string homeassistant.components.ihc.const.SERVICE_PULSE = "pulse" |
| string homeassistant.components.ihc.const.SERVICE_SET_RUNTIME_VALUE_BOOL = "set_runtime_value_bool" |
| string homeassistant.components.ihc.const.SERVICE_SET_RUNTIME_VALUE_FLOAT = "set_runtime_value_float" |