core/homeassistant/components/anthemav/const.py

9 lines
223 B
Python
Raw Normal View History

"""Constants for the Anthem A/V Receivers integration."""
2023-08-27 17:38:12 +00:00
ANTHEMAV_UPDATE_SIGNAL = "anthemav_update"
2023-12-13 16:05:37 +00:00
DEFAULT_NAME = "Anthem AV"
DEFAULT_PORT = 14999
DOMAIN = "anthemav"
MANUFACTURER = "Anthem"
DEVICE_TIMEOUT_SECONDS = 4.0