Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the Anthem A/V Receivers integration."""
2 
3 ANTHEMAV_UPDATE_SIGNAL = "anthemav_update"
4 
5 DEFAULT_NAME = "Anthem AV"
6 DEFAULT_PORT = 14999
7 DOMAIN = "anthemav"
8 MANUFACTURER = "Anthem"
9 DEVICE_TIMEOUT_SECONDS = 4.0