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

35 Commits

Author SHA1 Message Date
starkillerOG
e7eb173e07
Add Reolink smart ai number entities () 2025-03-25 10:49:10 +01:00
Erik Montnemery
f83c8de8d3
Update signature of platforms' async_setup_entry () 2025-02-10 21:08:03 +01:00
starkillerOG
0236f2434e
Bump reolink_aio to 0.11.9 ()
* Add push callbacks

* Bump reolink_aio to 0.11.9
2025-02-05 13:48:12 +01:00
starkillerOG
19e6867f1a
Reolink translate errors () 2024-12-18 20:22:33 +01:00
starkillerOG
1195a79479
Add PARALLEL_UPDATES = 0 to Reolink platforms () 2024-11-21 19:21:57 +01:00
starkillerOG
90957dfedb
Add Reolink hub volume number entities ()
* Add Home Hub alarm and message volume

* fix styling

* Add tests

* Update homeassistant/components/reolink/number.py

* Update test_diagnostics.ambr

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-09-22 15:59:23 +02:00
starkillerOG
e8bacd84ce
Add Reolink chime package ringtone ()
* add chime package ringtone

* fix mypy

* fix mypy

* fix mypy

* fixes
2024-09-16 12:12:49 +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
38c2688ec2
Add Reolink PIR entities ()
* Add PIR entities

* fix typo
2024-05-15 21:10:52 +02:00
Marc Mueller
a033574ee2
Add empty line after module docstring [r] () 2024-03-08 15:05:07 +01:00
Joost Lekkerkerker
50a33c5a18
Fix typo in Reolink translation keys ()
* Fix typo in Reolink translation keys

* Fix typo in Reolink translation keys
2024-03-06 12:14:21 +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
starkillerOG
372886bf6c
Add package detection to Reolink ()
Add package detection
2024-03-03 12:58:28 -05:00
starkillerOG
ba0cb3bd05
Add Reolink image settings () 2024-01-02 15:39:28 +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
starkillerOG
6d529a82d7
Reolink improve error handeling ()
* Raise proper HomeAssistantError

* fix styling

* Use ServiceValidationError
2023-11-21 17:21:48 +01:00
starkillerOG
2dd0a74b38
Reolink add animal detection () 2023-11-21 12:45:02 +01:00
starkillerOG
a1678ebd23
Add Reolink day night switch threshold () 2023-11-19 20:46:03 +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
ade1d33367
Add entity name translations for Reolink ()
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2023-08-22 23:07:31 +02:00
starkillerOG
59900a49e2
Add Reolink AI detection delay time () 2023-08-22 18:02:44 +02:00
starkillerOG
97f8a3fdcd
Reolink add auto tracking entities () 2023-03-27 11:04:03 +02:00
starkillerOG
d20b07f3ac
Bump reolink-aio to 0.5.6 () 2023-03-21 14:16:50 -04:00
starkillerOG
6a01c3369d
Reolink auto quick reply () 2023-03-15 12:56:01 +01:00
starkillerOG
9381865f1c
Fix setting Reolink focus ()
fix setting focus
2023-03-08 12:25:51 +01:00
Marc Mueller
84034959ba
Improve reolink generic typing ()
Co-authored-by: starkillerOG <starkiller.og@gmail.com>
2023-03-06 21:54:34 +01:00
starkillerOG
e8bdaaacd9
Add comment about Reolink Floodlight turn on brightness ()
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-03-06 16:08:53 +01:00
starkillerOG
b2166c3117
Reolink add new number entities ()
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-03-06 12:42:34 +01:00
epenet
4a3c0cd0a8
Adjust docstrings for ruff D404 () 2023-03-03 11:26:13 +01:00
starkillerOG
f97b50f762
Add Reolink update entity () 2023-02-22 16:26:12 +01:00
starkillerOG
4c1147e62b
Reolink add number platform ()
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-02-03 19:29:27 +01:00