mirror of
https://github.com/elisspace/core.git
synced 2026-09-16 15:56:22 +00:00
10 lines
277 B
Python
10 lines
277 B
Python
"""Const for the HEOS integration."""
|
|
|
|
COMMAND_RETRY_ATTEMPTS = 2
|
|
COMMAND_RETRY_DELAY = 1
|
|
DATA_CONTROLLER = "controller"
|
|
DATA_SOURCE_MANAGER = "source_manager"
|
|
DATA_DISCOVERED_HOSTS = "heos_discovered_hosts"
|
|
DOMAIN = 'heos'
|
|
SIGNAL_HEOS_SOURCES_UPDATED = "heos_sources_updated"
|