1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-05 06:29:16 +00:00

16 Commits

Author SHA1 Message Date
starkillerOG
286c22c0ed
Add Reolink CPU usage sensor () 2024-09-22 15:58:11 +02:00
starkillerOG
e768bea298
Switch Reolink from hass.data to runtime_data ()
Switch from hass.data to runtime_data
2024-09-15 21:05:59 +02:00
starkillerOG
8c0d9a1320
Add Reolink chime support () 2024-07-31 17:04:09 +02:00
starkillerOG
abe83f5515
Fix Reolink battery translation_key unneeded () 2024-05-17 09:09:01 +02:00
starkillerOG
f788f88052
Add Reolink battery entities ()
* 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
starkillerOG
cd934c21f9
Add Reolink hdd/sd card storage sensor () 2024-03-21 11:41:32 +01:00
Marc Mueller
a033574ee2
Add empty line after module docstring [r] () 2024-03-08 15:05:07 +01:00
Joost Lekkerkerker
09b1b40833
Add icon translations to Reolink ()
* Add icon translations to Reolink

* Fix

* Update homeassistant/components/reolink/icons.json

Co-authored-by: starkillerOG <starkiller.og@gmail.com>

* Update homeassistant/components/reolink/icons.json

---------

Co-authored-by: starkillerOG <starkiller.og@gmail.com>
2024-03-06 11:02:13 +01:00
Erik Montnemery
0c2485bc03
Freeze integration entity descriptions ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-12-18 16:28:13 -10:00
starkillerOG
381036e46a
Reolink only fetch data for enabled entities () 2023-12-02 14:10:44 +01:00
starkillerOG
69af4c8603
Add common reolink entity description ()
Co-authored-by: Robert Resch <robert@resch.dev>
2023-11-30 11:26:33 +01:00
Franck Nijhof
2d36225405
Remove Reolink entity descriptions required fields mixins () 2023-11-15 09:16:47 +01:00
starkillerOG
1df69f52e5
Bump reolink-aio to 0.7.14 and improve typing of Reolink ()
* Improve typing

* fix mypy

* Further improve typing

* Restore Literal typing

* Bump reolink_aio to 0.7.13

* Bump reolink-aio to 0.7.14
2023-11-03 17:05:27 +01:00
starkillerOG
39fc4b3d66
Reolink add pan position sensor ()
* Add PTZ pan position sensor

* fix typing

* fix typing
2023-08-19 12:31:40 +02:00
Franck Nijhof
e449f8e0e5
Remove Reolink event connection sensor () 2023-07-19 14:40:00 +02:00
starkillerOG
bc9b9048f0
Add Reolink sensor platform ()
* Add Reolink sensor platform

* fix styling

* Add state class

* Add Event connection sensor

* Update homeassistant/components/reolink/sensor.py

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

* Use translation keys

* fix json

* fix json 2

* fix json 3

* Apply suggestions from code review

Co-authored-by: G Johansson <goran.johansson@shiftit.se>

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
Co-authored-by: G Johansson <goran.johansson@shiftit.se>
2023-07-11 21:36:44 +02:00