1
0
mirror of https://github.com/home-assistant/core.git synced 2025-07-26 06:37:52 +00:00
2023-12-13 17:05:37 +01:00

9 lines
223 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