Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.amcrest.const
 

Variables

int homeassistant.components.amcrest.const.BINARY_SENSOR_SCAN_INTERVAL_SECS = 5
 
int homeassistant.components.amcrest.const.CAMERA_WEB_SESSION_TIMEOUT = 10
 
string homeassistant.components.amcrest.const.CAMERAS = "cameras"
 
int homeassistant.components.amcrest.const.COMM_RETRIES = 1
 
float homeassistant.components.amcrest.const.COMM_TIMEOUT = 6.05
 
string homeassistant.components.amcrest.const.DATA_AMCREST = DOMAIN
 
string homeassistant.components.amcrest.const.DEVICES = "devices"
 
string homeassistant.components.amcrest.const.DOMAIN = "amcrest"
 
dictionary homeassistant.components.amcrest.const.RESOLUTION_LIST = {"high": 0, "low": 1}
 
dictionary homeassistant.components.amcrest.const.RESOLUTION_TO_STREAM = {0: "Main", 1: "Extra"}
 
int homeassistant.components.amcrest.const.SENSOR_SCAN_INTERVAL_SECS = 10
 
string homeassistant.components.amcrest.const.SERVICE_EVENT = "event"
 
string homeassistant.components.amcrest.const.SERVICE_UPDATE = "update"
 
int homeassistant.components.amcrest.const.SNAPSHOT_TIMEOUT = 20