Home Assistant Unofficial Reference 2024.12.1
host.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.reolink.host.ReolinkHost
 

Namespaces

 

Variables

 homeassistant.components.reolink.host._LOGGER = logging.getLogger(__name__)
 
int homeassistant.components.reolink.host.BATTERY_WAKE_UPDATE_INTERVAL = 3600
 
int homeassistant.components.reolink.host.DEFAULT_TIMEOUT = 30
 
int homeassistant.components.reolink.host.FIRST_ONVIF_LONG_POLL_TIMEOUT = 90
 
int homeassistant.components.reolink.host.FIRST_ONVIF_TIMEOUT = 10
 
int homeassistant.components.reolink.host.FIRST_TCP_PUSH_TIMEOUT = 10
 
float homeassistant.components.reolink.host.LONG_POLL_COOLDOWN = 0.75
 
int homeassistant.components.reolink.host.LONG_POLL_ERROR_COOLDOWN = 30
 
int homeassistant.components.reolink.host.POLL_INTERVAL_NO_PUSH = 5
 
int homeassistant.components.reolink.host.SUBSCRIPTION_RENEW_THRESHOLD = 300