core/homeassistant/components/reolink
starkillerOG 1fd3c9d6dd
Replace Reolink HDR switch by HDR select entity (#122373)
* Add HDR select

* Update strings.json

* Update strings.json

* add icon

* remove HDR switch

* cleanup old HDR switch

* add tests

* Keep HDR switch entity around untill HA 2025.2.0

* Add repair issue

* Update strings.json

* fixes and review comments

* Add tests

* Update homeassistant/components/reolink/strings.json

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* Update homeassistant/components/reolink/switch.py

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* fixes and simplify

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-07-23 13:28:33 +02:00
..
__init__.py
binary_sensor.py
button.py
camera.py
config_flow.py
const.py
diagnostics.py
entity.py Add Reolink model_id / item number (#122371) 2024-07-22 11:20:02 +02:00
exceptions.py
host.py
icons.json Replace Reolink HDR switch by HDR select entity (#122373) 2024-07-23 13:28:33 +02:00
light.py
manifest.json
media_source.py
number.py
select.py Replace Reolink HDR switch by HDR select entity (#122373) 2024-07-23 13:28:33 +02:00
sensor.py
services.yaml
siren.py
strings.json Replace Reolink HDR switch by HDR select entity (#122373) 2024-07-23 13:28:33 +02:00
switch.py Replace Reolink HDR switch by HDR select entity (#122373) 2024-07-23 13:28:33 +02:00
update.py
util.py