Variables | |
| string | CONF_AUTH_ID = "auth_id" |
| string | CONF_CREATE_TOKEN = "create_token" |
| string | CONF_EFFECT_HIDE_LIST = "effect_hide_list" |
| string | CONF_EFFECT_SHOW_LIST = "effect_show_list" |
| string | CONF_INSTANCE = "instance" |
| string | CONF_INSTANCE_CLIENTS = "INSTANCE_CLIENTS" |
| string | CONF_ON_UNLOAD = "ON_UNLOAD" |
| string | CONF_PRIORITY = "priority" |
| string | CONF_ROOT_CLIENT = "ROOT_CLIENT" |
| string | DEFAULT_NAME = "Hyperion" |
| string | DEFAULT_ORIGIN = "Home Assistant" |
| int | DEFAULT_PRIORITY = 128 |
| string | DOMAIN = "hyperion" |
| string | HYPERION_MANUFACTURER_NAME = "Hyperion" |
| string | HYPERION_MODEL_NAME = f"{HYPERION_MANUFACTURER_NAME}-NG" |
| string | HYPERION_RELEASES_URL = "https://github.com/hyperion-project/hyperion.ng/releases" |
| string | HYPERION_VERSION_WARN_CUTOFF = "2.0.0-alpha.9" |
| string | SIGNAL_ENTITY_REMOVE = f"{DOMAIN}_entity_remove_signal.{{}}" |
| string | SIGNAL_INSTANCE_ADD = f"{DOMAIN}_instance_add_signal.{{}}" |
| string | SIGNAL_INSTANCE_REMOVE = f"{DOMAIN}_instance_remove_signal.{{}}" |
| string | TYPE_HYPERION_CAMERA = "hyperion_camera" |
| string | TYPE_HYPERION_COMPONENT_SWITCH_BASE = "hyperion_component_switch" |
| string | TYPE_HYPERION_LIGHT = "hyperion_light" |
| string | TYPE_HYPERION_SENSOR_BASE = "hyperion_sensor" |
| string | TYPE_HYPERION_SENSOR_VISIBLE_PRIORITY = "visible_priority" |
Constants for Hyperion integration.
| string homeassistant.components.hyperion.const.CONF_AUTH_ID = "auth_id" |
| string homeassistant.components.hyperion.const.CONF_CREATE_TOKEN = "create_token" |
| string homeassistant.components.hyperion.const.CONF_EFFECT_HIDE_LIST = "effect_hide_list" |
| string homeassistant.components.hyperion.const.CONF_EFFECT_SHOW_LIST = "effect_show_list" |
| string homeassistant.components.hyperion.const.CONF_INSTANCE = "instance" |
| string homeassistant.components.hyperion.const.CONF_INSTANCE_CLIENTS = "INSTANCE_CLIENTS" |
| string homeassistant.components.hyperion.const.CONF_ON_UNLOAD = "ON_UNLOAD" |
| string homeassistant.components.hyperion.const.CONF_PRIORITY = "priority" |
| string homeassistant.components.hyperion.const.CONF_ROOT_CLIENT = "ROOT_CLIENT" |
| string homeassistant.components.hyperion.const.DEFAULT_NAME = "Hyperion" |
| string homeassistant.components.hyperion.const.DEFAULT_ORIGIN = "Home Assistant" |
| int homeassistant.components.hyperion.const.DEFAULT_PRIORITY = 128 |
| string homeassistant.components.hyperion.const.DOMAIN = "hyperion" |
| string homeassistant.components.hyperion.const.HYPERION_MANUFACTURER_NAME = "Hyperion" |
| string homeassistant.components.hyperion.const.HYPERION_MODEL_NAME = f"{HYPERION_MANUFACTURER_NAME}-NG" |
| string homeassistant.components.hyperion.const.HYPERION_RELEASES_URL = "https://github.com/hyperion-project/hyperion.ng/releases" |
| string homeassistant.components.hyperion.const.HYPERION_VERSION_WARN_CUTOFF = "2.0.0-alpha.9" |
| string homeassistant.components.hyperion.const.SIGNAL_ENTITY_REMOVE = f"{DOMAIN}_entity_remove_signal.{{}}" |
| string homeassistant.components.hyperion.const.SIGNAL_INSTANCE_ADD = f"{DOMAIN}_instance_add_signal.{{}}" |
| string homeassistant.components.hyperion.const.SIGNAL_INSTANCE_REMOVE = f"{DOMAIN}_instance_remove_signal.{{}}" |
| string homeassistant.components.hyperion.const.TYPE_HYPERION_CAMERA = "hyperion_camera" |
| string homeassistant.components.hyperion.const.TYPE_HYPERION_COMPONENT_SWITCH_BASE = "hyperion_component_switch" |
| string homeassistant.components.hyperion.const.TYPE_HYPERION_LIGHT = "hyperion_light" |
| string homeassistant.components.hyperion.const.TYPE_HYPERION_SENSOR_BASE = "hyperion_sensor" |