core/homeassistant/components/reolink
starkillerOG f788f88052
Add Reolink battery entities (#117506)
* add battery sensors

* Disable Battery Temperature and State by default

* fix mypy

* Use device class for icon
2024-05-16 21:41:19 +02:00
..
__init__.py Reolink fix not unregistering webhook during ReAuth (#117490) 2024-05-15 12:04:12 +02:00
binary_sensor.py
button.py
camera.py
config_flow.py
const.py
diagnostics.py
entity.py
exceptions.py
host.py
icons.json Add Reolink battery entities (#117506) 2024-05-16 21:41:19 +02:00
light.py
manifest.json Bump reolink-aio to 0.8.10 (#117501) 2024-05-15 16:19:02 +02:00
media_source.py
number.py Add Reolink PIR entities (#117507) 2024-05-15 21:10:52 +02:00
select.py
sensor.py Add Reolink battery entities (#117506) 2024-05-16 21:41:19 +02:00
services.yaml
siren.py
strings.json Add Reolink battery entities (#117506) 2024-05-16 21:41:19 +02:00
switch.py Add Reolink PIR entities (#117507) 2024-05-15 21:10:52 +02:00
update.py
util.py