Variables | |
| string | ALDB_RECORD = "record" |
| string | CONF_CAT = "cat" |
| string | CONF_DEV_PATH = "dev_path" |
| string | CONF_DIM_STEPS = "dim_steps" |
| string | CONF_FIRMWARE = "firmware" |
| string | CONF_HOUSECODE = "housecode" |
| string | CONF_HUB_PASSWORD = "password" |
| string | CONF_HUB_USERNAME = "username" |
| string | CONF_HUB_VERSION = "hub_version" |
| string | CONF_IP_PORT = "ip_port" |
| string | CONF_OVERRIDE = "device_override" |
| string | CONF_PLM_HUB_MSG = "Must configure either a PLM port or a Hub host" |
| string | CONF_PRODUCT_KEY = "product_key" |
| string | CONF_SUBCAT = "subcat" |
| string | CONF_UNITCODE = "unitcode" |
| string | CONF_X10 = "x10_devices" |
| string | CONF_X10_ALL_LIGHTS_OFF = "x10_all_lights_off" |
| string | CONF_X10_ALL_LIGHTS_ON = "x10_all_lights_on" |
| string | CONF_X10_ALL_UNITS_OFF = "x10_all_units_off" |
| string | DEVICE_ADDRESS = "device_address" |
| string | DEVICE_ID = "device_id" |
| string | DOMAIN = "insteon" |
| string | EVENT_CONF_BUTTON = "button" |
| string | EVENT_GROUP_OFF = "insteon.button_off" |
| string | EVENT_GROUP_OFF_FAST = "insteon.button_off_fast" |
| string | EVENT_GROUP_ON = "insteon.button_on" |
| string | EVENT_GROUP_ON_FAST = "insteon.button_on_fast" |
| string | HA_DEVICE_NOT_FOUND = "ha_device_not_found" |
| list | HOUSECODES |
| string | ID = "id" |
| INSTEON_ADDR_REGEX = re.compile(r"([A-Fa-f0-9]{2}\.?[A-Fa-f0-9]{2}\.?[A-Fa-f0-9]{2})$") | |
| string | INSTEON_DEVICE_NOT_FOUND = "insteon_device_not_found" |
| list | INSTEON_PLATFORMS |
| string | MULTIPLE = "multiple" |
| int | PORT_HUB_V1 = 9761 |
| int | PORT_HUB_V2 = 25105 |
| string | PROPERTY_NAME = "name" |
| string | PROPERTY_VALUE = "value" |
| string | SIGNAL_ADD_DEFAULT_LINKS = "add_default_links" |
| string | SIGNAL_ADD_DEVICE_OVERRIDE = "add_device_override" |
| string | SIGNAL_ADD_ENTITIES = "insteon_add_entities" |
| string | SIGNAL_ADD_X10_DEVICE = "insteon_add_x10_device" |
| string | SIGNAL_LOAD_ALDB = "load_aldb" |
| string | SIGNAL_PRINT_ALDB = "print_aldb" |
| string | SIGNAL_REMOVE_DEVICE_OVERRIDE = "insteon_remove_device_override" |
| string | SIGNAL_REMOVE_ENTITY = "insteon_remove_entity" |
| string | SIGNAL_REMOVE_HA_DEVICE = "insteon_remove_ha_device" |
| string | SIGNAL_REMOVE_INSTEON_DEVICE = "insteon_remove_insteon_device" |
| string | SIGNAL_REMOVE_X10_DEVICE = "insteon_remove_x10_device" |
| string | SIGNAL_SAVE_DEVICES = "save_devices" |
| string | SRV_ADD_ALL_LINK = "add_all_link" |
| string | SRV_ADD_DEFAULT_LINKS = "add_default_links" |
| string | SRV_ALL_LINK_GROUP = "group" |
| string | SRV_ALL_LINK_MODE = "mode" |
| string | SRV_CONTROLLER = "controller" |
| string | SRV_DEL_ALL_LINK = "delete_all_link" |
| string | SRV_HOUSECODE = "housecode" |
| string | SRV_LOAD_ALDB = "load_all_link_database" |
| string | SRV_LOAD_DB_RELOAD = "reload" |
| string | SRV_PRINT_ALDB = "print_all_link_database" |
| string | SRV_PRINT_IM_ALDB = "print_im_all_link_database" |
| string | SRV_RESPONDER = "responder" |
| string | SRV_SCENE_OFF = "scene_off" |
| string | SRV_SCENE_ON = "scene_on" |
| string | SRV_X10_ALL_LIGHTS_OFF = "x10_all_lights_off" |
| string | SRV_X10_ALL_LIGHTS_ON = "x10_all_lights_on" |
| string | SRV_X10_ALL_UNITS_OFF = "x10_all_units_off" |
| dictionary | STATE_NAME_LABEL_MAP |
| string | TYPE = "type" |
| list | X10_PLATFORMS |
Constants used by insteon component.
| string homeassistant.components.insteon.const.ALDB_RECORD = "record" |
| string homeassistant.components.insteon.const.CONF_CAT = "cat" |
| string homeassistant.components.insteon.const.CONF_DEV_PATH = "dev_path" |
| string homeassistant.components.insteon.const.CONF_DIM_STEPS = "dim_steps" |
| string homeassistant.components.insteon.const.CONF_FIRMWARE = "firmware" |
| string homeassistant.components.insteon.const.CONF_HOUSECODE = "housecode" |
| string homeassistant.components.insteon.const.CONF_HUB_PASSWORD = "password" |
| string homeassistant.components.insteon.const.CONF_HUB_USERNAME = "username" |
| string homeassistant.components.insteon.const.CONF_HUB_VERSION = "hub_version" |
| string homeassistant.components.insteon.const.CONF_IP_PORT = "ip_port" |
| string homeassistant.components.insteon.const.CONF_OVERRIDE = "device_override" |
| string homeassistant.components.insteon.const.CONF_PLM_HUB_MSG = "Must configure either a PLM port or a Hub host" |
| string homeassistant.components.insteon.const.CONF_PRODUCT_KEY = "product_key" |
| string homeassistant.components.insteon.const.CONF_SUBCAT = "subcat" |
| string homeassistant.components.insteon.const.CONF_UNITCODE = "unitcode" |
| string homeassistant.components.insteon.const.CONF_X10 = "x10_devices" |
| string homeassistant.components.insteon.const.CONF_X10_ALL_LIGHTS_OFF = "x10_all_lights_off" |
| string homeassistant.components.insteon.const.CONF_X10_ALL_LIGHTS_ON = "x10_all_lights_on" |
| string homeassistant.components.insteon.const.CONF_X10_ALL_UNITS_OFF = "x10_all_units_off" |
| string homeassistant.components.insteon.const.DEVICE_ADDRESS = "device_address" |
| string homeassistant.components.insteon.const.DEVICE_ID = "device_id" |
| string homeassistant.components.insteon.const.DOMAIN = "insteon" |
| string homeassistant.components.insteon.const.EVENT_CONF_BUTTON = "button" |
| string homeassistant.components.insteon.const.EVENT_GROUP_OFF = "insteon.button_off" |
| string homeassistant.components.insteon.const.EVENT_GROUP_OFF_FAST = "insteon.button_off_fast" |
| string homeassistant.components.insteon.const.EVENT_GROUP_ON = "insteon.button_on" |
| string homeassistant.components.insteon.const.EVENT_GROUP_ON_FAST = "insteon.button_on_fast" |
| string homeassistant.components.insteon.const.HA_DEVICE_NOT_FOUND = "ha_device_not_found" |
| list homeassistant.components.insteon.const.HOUSECODES |
| homeassistant.components.insteon.const.INSTEON_ADDR_REGEX = re.compile(r"([A-Fa-f0-9]{2}\.?[A-Fa-f0-9]{2}\.?[A-Fa-f0-9]{2})$") |
| string homeassistant.components.insteon.const.INSTEON_DEVICE_NOT_FOUND = "insteon_device_not_found" |
| list homeassistant.components.insteon.const.INSTEON_PLATFORMS |
| string homeassistant.components.insteon.const.MULTIPLE = "multiple" |
| int homeassistant.components.insteon.const.PORT_HUB_V1 = 9761 |
| int homeassistant.components.insteon.const.PORT_HUB_V2 = 25105 |
| string homeassistant.components.insteon.const.PROPERTY_NAME = "name" |
| string homeassistant.components.insteon.const.PROPERTY_VALUE = "value" |
| string homeassistant.components.insteon.const.SIGNAL_ADD_DEFAULT_LINKS = "add_default_links" |
| string homeassistant.components.insteon.const.SIGNAL_ADD_DEVICE_OVERRIDE = "add_device_override" |
| string homeassistant.components.insteon.const.SIGNAL_ADD_ENTITIES = "insteon_add_entities" |
| string homeassistant.components.insteon.const.SIGNAL_ADD_X10_DEVICE = "insteon_add_x10_device" |
| string homeassistant.components.insteon.const.SIGNAL_LOAD_ALDB = "load_aldb" |
| string homeassistant.components.insteon.const.SIGNAL_PRINT_ALDB = "print_aldb" |
| string homeassistant.components.insteon.const.SIGNAL_REMOVE_DEVICE_OVERRIDE = "insteon_remove_device_override" |
| string homeassistant.components.insteon.const.SIGNAL_REMOVE_ENTITY = "insteon_remove_entity" |
| string homeassistant.components.insteon.const.SIGNAL_REMOVE_HA_DEVICE = "insteon_remove_ha_device" |
| string homeassistant.components.insteon.const.SIGNAL_REMOVE_INSTEON_DEVICE = "insteon_remove_insteon_device" |
| string homeassistant.components.insteon.const.SIGNAL_REMOVE_X10_DEVICE = "insteon_remove_x10_device" |
| string homeassistant.components.insteon.const.SIGNAL_SAVE_DEVICES = "save_devices" |
| string homeassistant.components.insteon.const.SRV_ADD_ALL_LINK = "add_all_link" |
| string homeassistant.components.insteon.const.SRV_ADD_DEFAULT_LINKS = "add_default_links" |
| string homeassistant.components.insteon.const.SRV_ALL_LINK_GROUP = "group" |
| string homeassistant.components.insteon.const.SRV_ALL_LINK_MODE = "mode" |
| string homeassistant.components.insteon.const.SRV_CONTROLLER = "controller" |
| string homeassistant.components.insteon.const.SRV_DEL_ALL_LINK = "delete_all_link" |
| string homeassistant.components.insteon.const.SRV_HOUSECODE = "housecode" |
| string homeassistant.components.insteon.const.SRV_LOAD_ALDB = "load_all_link_database" |
| string homeassistant.components.insteon.const.SRV_LOAD_DB_RELOAD = "reload" |
| string homeassistant.components.insteon.const.SRV_PRINT_ALDB = "print_all_link_database" |
| string homeassistant.components.insteon.const.SRV_PRINT_IM_ALDB = "print_im_all_link_database" |
| string homeassistant.components.insteon.const.SRV_RESPONDER = "responder" |
| string homeassistant.components.insteon.const.SRV_SCENE_OFF = "scene_off" |
| string homeassistant.components.insteon.const.SRV_SCENE_ON = "scene_on" |
| string homeassistant.components.insteon.const.SRV_X10_ALL_LIGHTS_OFF = "x10_all_lights_off" |
| string homeassistant.components.insteon.const.SRV_X10_ALL_LIGHTS_ON = "x10_all_lights_on" |
| string homeassistant.components.insteon.const.SRV_X10_ALL_UNITS_OFF = "x10_all_units_off" |
| dictionary homeassistant.components.insteon.const.STATE_NAME_LABEL_MAP |
| string homeassistant.components.insteon.const.TYPE = "type" |