mirror of
https://github.com/home-assistant/core.git
synced 2025-04-29 11:47:50 +00:00
10 lines
224 B
Python
10 lines
224 B
Python
"""Constants for the Anthem A/V Receivers integration."""
|
|
|
|
ANTHEMAV_UPDATE_SIGNAL = "anthemav_update"
|
|
|
|
DEFAULT_NAME = "Anthem AV"
|
|
DEFAULT_PORT = 14999
|
|
DOMAIN = "anthemav"
|
|
MANUFACTURER = "Anthem"
|
|
DEVICE_TIMEOUT_SECONDS = 4.0
|