mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 18:57:57 +00:00

* Allow changing the baichuan port * styling * Add description * Add tests * Review feedback * capital letters Co-authored-by: Robert Resch <robert@resch.dev> --------- Co-authored-by: Robert Resch <robert@resch.dev>
8 lines
187 B
Python
8 lines
187 B
Python
"""Constants for the Reolink Camera integration."""
|
|
|
|
DOMAIN = "reolink"
|
|
|
|
CONF_USE_HTTPS = "use_https"
|
|
CONF_BC_PORT = "baichuan_port"
|
|
CONF_SUPPORTS_PRIVACY_MODE = "privacy_mode_supported"
|