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>
6 lines
129 B
Python
6 lines
129 B
Python
"""Constants for the Reolink Camera integration."""
|
|
|
|
DOMAIN = "reolink"
|
|
|
|
CONF_USE_HTTPS = "use_https"
|
|
CONF_PROTOCOL = "protocol"
|