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

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"
 

Detailed Description

Constants for Hyperion integration.

Variable Documentation

◆ CONF_AUTH_ID

string homeassistant.components.hyperion.const.CONF_AUTH_ID = "auth_id"

Definition at line 3 of file const.py.

◆ CONF_CREATE_TOKEN

string homeassistant.components.hyperion.const.CONF_CREATE_TOKEN = "create_token"

Definition at line 4 of file const.py.

◆ CONF_EFFECT_HIDE_LIST

string homeassistant.components.hyperion.const.CONF_EFFECT_HIDE_LIST = "effect_hide_list"

Definition at line 10 of file const.py.

◆ CONF_EFFECT_SHOW_LIST

string homeassistant.components.hyperion.const.CONF_EFFECT_SHOW_LIST = "effect_show_list"

Definition at line 11 of file const.py.

◆ CONF_INSTANCE

string homeassistant.components.hyperion.const.CONF_INSTANCE = "instance"

Definition at line 5 of file const.py.

◆ CONF_INSTANCE_CLIENTS

string homeassistant.components.hyperion.const.CONF_INSTANCE_CLIENTS = "INSTANCE_CLIENTS"

Definition at line 6 of file const.py.

◆ CONF_ON_UNLOAD

string homeassistant.components.hyperion.const.CONF_ON_UNLOAD = "ON_UNLOAD"

Definition at line 7 of file const.py.

◆ CONF_PRIORITY

string homeassistant.components.hyperion.const.CONF_PRIORITY = "priority"

Definition at line 8 of file const.py.

◆ CONF_ROOT_CLIENT

string homeassistant.components.hyperion.const.CONF_ROOT_CLIENT = "ROOT_CLIENT"

Definition at line 9 of file const.py.

◆ DEFAULT_NAME

string homeassistant.components.hyperion.const.DEFAULT_NAME = "Hyperion"

Definition at line 13 of file const.py.

◆ DEFAULT_ORIGIN

string homeassistant.components.hyperion.const.DEFAULT_ORIGIN = "Home Assistant"

Definition at line 14 of file const.py.

◆ DEFAULT_PRIORITY

int homeassistant.components.hyperion.const.DEFAULT_PRIORITY = 128

Definition at line 15 of file const.py.

◆ DOMAIN

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

Definition at line 17 of file const.py.

◆ HYPERION_MANUFACTURER_NAME

string homeassistant.components.hyperion.const.HYPERION_MANUFACTURER_NAME = "Hyperion"

Definition at line 19 of file const.py.

◆ HYPERION_MODEL_NAME

string homeassistant.components.hyperion.const.HYPERION_MODEL_NAME = f"{HYPERION_MANUFACTURER_NAME}-NG"

Definition at line 20 of file const.py.

◆ HYPERION_RELEASES_URL

string homeassistant.components.hyperion.const.HYPERION_RELEASES_URL = "https://github.com/hyperion-project/hyperion.ng/releases"

Definition at line 21 of file const.py.

◆ HYPERION_VERSION_WARN_CUTOFF

string homeassistant.components.hyperion.const.HYPERION_VERSION_WARN_CUTOFF = "2.0.0-alpha.9"

Definition at line 22 of file const.py.

◆ SIGNAL_ENTITY_REMOVE

string homeassistant.components.hyperion.const.SIGNAL_ENTITY_REMOVE = f"{DOMAIN}_entity_remove_signal.{{}}"

Definition at line 26 of file const.py.

◆ SIGNAL_INSTANCE_ADD

string homeassistant.components.hyperion.const.SIGNAL_INSTANCE_ADD = f"{DOMAIN}_instance_add_signal.{{}}"

Definition at line 24 of file const.py.

◆ SIGNAL_INSTANCE_REMOVE

string homeassistant.components.hyperion.const.SIGNAL_INSTANCE_REMOVE = f"{DOMAIN}_instance_remove_signal.{{}}"

Definition at line 25 of file const.py.

◆ TYPE_HYPERION_CAMERA

string homeassistant.components.hyperion.const.TYPE_HYPERION_CAMERA = "hyperion_camera"

Definition at line 28 of file const.py.

◆ TYPE_HYPERION_COMPONENT_SWITCH_BASE

string homeassistant.components.hyperion.const.TYPE_HYPERION_COMPONENT_SWITCH_BASE = "hyperion_component_switch"

Definition at line 30 of file const.py.

◆ TYPE_HYPERION_LIGHT

string homeassistant.components.hyperion.const.TYPE_HYPERION_LIGHT = "hyperion_light"

Definition at line 29 of file const.py.

◆ TYPE_HYPERION_SENSOR_BASE

string homeassistant.components.hyperion.const.TYPE_HYPERION_SENSOR_BASE = "hyperion_sensor"

Definition at line 32 of file const.py.

◆ TYPE_HYPERION_SENSOR_VISIBLE_PRIORITY

string homeassistant.components.hyperion.const.TYPE_HYPERION_SENSOR_VISIBLE_PRIORITY = "visible_priority"

Definition at line 33 of file const.py.