mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Alphabetize hyperion const.py (#44343)
This commit is contained in:
parent
4bdb793a94
commit
8c8e607548
@ -1,22 +1,22 @@
|
|||||||
"""Constants for Hyperion integration."""
|
"""Constants for Hyperion integration."""
|
||||||
DOMAIN = "hyperion"
|
|
||||||
|
CONF_AUTH_ID = "auth_id"
|
||||||
|
CONF_CREATE_TOKEN = "create_token"
|
||||||
|
CONF_INSTANCE = "instance"
|
||||||
|
CONF_ON_UNLOAD = "ON_UNLOAD"
|
||||||
|
CONF_PRIORITY = "priority"
|
||||||
|
CONF_ROOT_CLIENT = "ROOT_CLIENT"
|
||||||
|
|
||||||
DEFAULT_NAME = "Hyperion"
|
DEFAULT_NAME = "Hyperion"
|
||||||
DEFAULT_ORIGIN = "Home Assistant"
|
DEFAULT_ORIGIN = "Home Assistant"
|
||||||
DEFAULT_PRIORITY = 128
|
DEFAULT_PRIORITY = 128
|
||||||
|
|
||||||
CONF_AUTH_ID = "auth_id"
|
DOMAIN = "hyperion"
|
||||||
CONF_CREATE_TOKEN = "create_token"
|
|
||||||
CONF_INSTANCE = "instance"
|
|
||||||
CONF_PRIORITY = "priority"
|
|
||||||
|
|
||||||
CONF_ROOT_CLIENT = "ROOT_CLIENT"
|
HYPERION_RELEASES_URL = "https://github.com/hyperion-project/hyperion.ng/releases"
|
||||||
CONF_ON_UNLOAD = "ON_UNLOAD"
|
HYPERION_VERSION_WARN_CUTOFF = "2.0.0-alpha.9"
|
||||||
|
|
||||||
SIGNAL_INSTANCES_UPDATED = f"{DOMAIN}_instances_updated_signal." "{}"
|
SIGNAL_INSTANCES_UPDATED = f"{DOMAIN}_instances_updated_signal." "{}"
|
||||||
SIGNAL_INSTANCE_REMOVED = f"{DOMAIN}_instance_removed_signal." "{}"
|
SIGNAL_INSTANCE_REMOVED = f"{DOMAIN}_instance_removed_signal." "{}"
|
||||||
|
|
||||||
HYPERION_VERSION_WARN_CUTOFF = "2.0.0-alpha.9"
|
|
||||||
HYPERION_RELEASES_URL = "https://github.com/hyperion-project/hyperion.ng/releases"
|
|
||||||
|
|
||||||
TYPE_HYPERION_LIGHT = "hyperion_light"
|
TYPE_HYPERION_LIGHT = "hyperion_light"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user