mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-23 12:05:30 +01:00
6 lines
102 B
Python
6 lines
102 B
Python
"""Constants for the Reolink Camera integration."""
|
|
|
|
DOMAIN = "reolink"
|
|
|
|
CONF_USE_HTTPS = "use_https"
|