1
0
mirror of https://github.com/home-assistant/core.git synced 2025-06-04 13:17:06 +00:00
starkillerOG c0d5ceb18c
Process late feedback for Reolink ()
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-01-01 23:32:17 +01:00

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