mirror of
https://github.com/home-assistant/core.git
synced 2025-05-16 03:49:13 +00:00
9 lines
243 B
Python
9 lines
243 B
Python
"""Constants for the Anthem A/V Receivers integration."""
|
|
ANTHEMAV_UPDATE_SIGNAL = "anthemav_update"
|
|
CONF_MODEL = "model"
|
|
DEFAULT_NAME = "Anthem AV"
|
|
DEFAULT_PORT = 14999
|
|
DOMAIN = "anthemav"
|
|
MANUFACTURER = "Anthem"
|
|
DEVICE_TIMEOUT_SECONDS = 4.0
|