mirror of
https://github.com/home-assistant/core.git
synced 2025-07-06 12:57:08 +00:00

* Allow startup when privacy mode is enabled * Add tests * remove duplicate privacy_mode * fix tests * Apply suggestions from code review Co-authored-by: Robert Resch <robert@resch.dev> * Store in subfolder and cleanup when removed * Add tests and fixes * fix styling * rename CONF_PRIVACY to CONF_SUPPORTS_PRIVACY_MODE * use helper store --------- Co-authored-by: Robert Resch <robert@resch.dev>
7 lines
156 B
Python
7 lines
156 B
Python
"""Constants for the Reolink Camera integration."""
|
|
|
|
DOMAIN = "reolink"
|
|
|
|
CONF_USE_HTTPS = "use_https"
|
|
CONF_SUPPORTS_PRIVACY_MODE = "privacy_mode_supported"
|