hass-core/homeassistant/components/reolink
starkillerOG 678c06beb3
Conserve Reolink battery by not waking the camera on each update (#118773)
* update to new cmd_list type

* Wake battery cams each 1 hour

* fix styling

* fix epoch

* fix timezone

* force full update when using generic update service

* improve comment

* Use time.time() instead of datetime

* fix import order
2024-06-04 21:54:31 -04: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 Fix capitalization of protocols in Reolink option flow (#118839) 2024-06-04 21:35:54 -04:00
const.py
diagnostics.py
entity.py Conserve Reolink battery by not waking the camera on each update (#118773) 2024-06-04 21:54:31 -04:00
exceptions.py
host.py Conserve Reolink battery by not waking the camera on each update (#118773) 2024-06-04 21:54:31 -04:00
icons.json Add Reolink battery entities (#117506) 2024-05-16 21:41:19 +02:00
light.py
manifest.json Bump reolink-aio to 0.9.1 (#118655) 2024-06-04 08:00:40 +02:00
media_source.py
number.py Add Reolink PIR entities (#117507) 2024-05-15 21:10:52 +02:00
select.py Bump reolink-aio to 0.9.1 (#118655) 2024-06-04 08:00:40 +02:00
sensor.py Fix Reolink battery translation_key unneeded (#117616) 2024-05-17 09:09:01 +02:00
services.yaml
siren.py
strings.json Bump reolink-aio to 0.9.1 (#118655) 2024-06-04 08:00:40 +02:00
switch.py Add Reolink PIR entities (#117507) 2024-05-15 21:10:52 +02:00
update.py
util.py