core/homeassistant/components/reolink/const.py

10 lines
177 B
Python

"""Constants for the Reolink Camera integration."""
DOMAIN = "reolink"
CONF_USE_HTTPS = "use_https"
CONF_PROTOCOL = "protocol"
DEFAULT_PROTOCOL = "rtsp"
DEFAULT_TIMEOUT = 60