Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for agent_dvr component."""
2 
3 DOMAIN = "agent_dvr"
4 SERVERS = "servers"
5 DEVICES = "devices"
6 ENTITIES = "entities"
7 CAMERA_SCAN_INTERVAL_SECS = 5
8 SERVICE_UPDATE = "update"
9 SIGNAL_UPDATE_AGENT = "agent_update"
10 ATTRIBUTION = "Data provided by ispyconnect.com"
11 SERVER_URL = "server_url"