Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.hyperion.const
 

Variables

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"
 
string homeassistant.components.hyperion.const.TYPE_HYPERION_SENSOR_VISIBLE_PRIORITY = "visible_priority"