Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.anthemav.const Namespace Reference

Variables

string ANTHEMAV_UPDATE_SIGNAL = "anthemav_update"
 
string DEFAULT_NAME = "Anthem AV"
 
int DEFAULT_PORT = 14999
 
float DEVICE_TIMEOUT_SECONDS = 4.0
 
string DOMAIN = "anthemav"
 
string MANUFACTURER = "Anthem"
 

Detailed Description

Constants for the Anthem A/V Receivers integration.

Variable Documentation

◆ ANTHEMAV_UPDATE_SIGNAL

string homeassistant.components.anthemav.const.ANTHEMAV_UPDATE_SIGNAL = "anthemav_update"

Definition at line 3 of file const.py.

◆ DEFAULT_NAME

string homeassistant.components.anthemav.const.DEFAULT_NAME = "Anthem AV"

Definition at line 5 of file const.py.

◆ DEFAULT_PORT

int homeassistant.components.anthemav.const.DEFAULT_PORT = 14999

Definition at line 6 of file const.py.

◆ DEVICE_TIMEOUT_SECONDS

float homeassistant.components.anthemav.const.DEVICE_TIMEOUT_SECONDS = 4.0

Definition at line 9 of file const.py.

◆ DOMAIN

string homeassistant.components.anthemav.const.DOMAIN = "anthemav"

Definition at line 7 of file const.py.

◆ MANUFACTURER

string homeassistant.components.anthemav.const.MANUFACTURER = "Anthem"

Definition at line 8 of file const.py.