core/homeassistant/components/reolink
starkillerOG 9a55b5e3f7 Ensure Reolink can start when privacy mode is enabled (#136514)
* 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>
2025-01-31 19:22:03 +00:00
..
__init__.py Ensure Reolink can start when privacy mode is enabled (#136514) 2025-01-31 19:22:03 +00:00
binary_sensor.py
button.py
camera.py
config_flow.py Ensure Reolink can start when privacy mode is enabled (#136514) 2025-01-31 19:22:03 +00:00
const.py Ensure Reolink can start when privacy mode is enabled (#136514) 2025-01-31 19:22:03 +00:00
diagnostics.py
entity.py Prevent errors when Reolink privacy mode is turned on (#136506) 2025-01-26 22:44:15 +01:00
exceptions.py
host.py Ensure Reolink can start when privacy mode is enabled (#136514) 2025-01-31 19:22:03 +00:00
icons.json
light.py
manifest.json
media_source.py
number.py
quality_scale.yaml
select.py
sensor.py
services.py
services.yaml
siren.py
strings.json Ask for permission to disable Reolink privacy mode during config flow (#136511) 2025-01-27 10:52:48 +01:00
switch.py
update.py
util.py Ensure Reolink can start when privacy mode is enabled (#136514) 2025-01-31 19:22:03 +00:00
views.py