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

Variables

string ATTRIBUTION = "Data provided by ispyconnect.com"
 
int CAMERA_SCAN_INTERVAL_SECS = 5
 
string DEVICES = "devices"
 
string DOMAIN = "agent_dvr"
 
string ENTITIES = "entities"
 
string SERVER_URL = "server_url"
 
string SERVERS = "servers"
 
string SERVICE_UPDATE = "update"
 
string SIGNAL_UPDATE_AGENT = "agent_update"
 

Detailed Description

Constants for agent_dvr component.

Variable Documentation

◆ ATTRIBUTION

string homeassistant.components.agent_dvr.const.ATTRIBUTION = "Data provided by ispyconnect.com"

Definition at line 10 of file const.py.

◆ CAMERA_SCAN_INTERVAL_SECS

int homeassistant.components.agent_dvr.const.CAMERA_SCAN_INTERVAL_SECS = 5

Definition at line 7 of file const.py.

◆ DEVICES

string homeassistant.components.agent_dvr.const.DEVICES = "devices"

Definition at line 5 of file const.py.

◆ DOMAIN

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

Definition at line 3 of file const.py.

◆ ENTITIES

string homeassistant.components.agent_dvr.const.ENTITIES = "entities"

Definition at line 6 of file const.py.

◆ SERVER_URL

string homeassistant.components.agent_dvr.const.SERVER_URL = "server_url"

Definition at line 11 of file const.py.

◆ SERVERS

string homeassistant.components.agent_dvr.const.SERVERS = "servers"

Definition at line 4 of file const.py.

◆ SERVICE_UPDATE

string homeassistant.components.agent_dvr.const.SERVICE_UPDATE = "update"

Definition at line 8 of file const.py.

◆ SIGNAL_UPDATE_AGENT

string homeassistant.components.agent_dvr.const.SIGNAL_UPDATE_AGENT = "agent_update"

Definition at line 9 of file const.py.