mirror of
https://github.com/home-assistant/core.git
synced 2025-05-02 05:07:52 +00:00
14 lines
243 B
Python
14 lines
243 B
Python
"""Constants for the Reolink Camera integration."""
|
|
|
|
DOMAIN = "reolink"
|
|
PLATFORMS = ["camera"]
|
|
|
|
CONF_USE_HTTPS = "use_https"
|
|
CONF_PROTOCOL = "protocol"
|
|
|
|
DEFAULT_PROTOCOL = "rtsp"
|
|
DEFAULT_TIMEOUT = 60
|
|
|
|
HOST = "host"
|
|
DEVICE_UPDATE_INTERVAL = 60
|