mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00

Co-authored-by: J. Nick Koston <nick@koston.org> Co-authored-by: Martin Hjelmare <marhje52@gmail.com> Co-authored-by: Franck Nijhof <frenck@frenck.nl>
7 lines
129 B
Python
7 lines
129 B
Python
"""Constants for the Reolink Camera integration."""
|
|
|
|
DOMAIN = "reolink"
|
|
|
|
CONF_USE_HTTPS = "use_https"
|
|
CONF_PROTOCOL = "protocol"
|