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

26 Commits

Author SHA1 Message Date
starkillerOG
18bd8b561a
Add Reolink smart ai binary sensors ()
* Add Crossline smart AI binary sensor

* Add intrusion, lingering, forgotten item, item taken detection

* Use unique_index instead of location for unique_id

* Add test

* Apply suggestions from code review

Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>

* Name changes

* Update homeassistant/components/reolink/binary_sensor.py

Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>

* Use smart_type instead of key

* Use occupancy translation instead of gas (point to the same thing).

* Revert "Use occupancy translation instead of gas (point to the same thing)."

This reverts commit 9caf796585e1cffdea6e66f16824fe8e34d03276.

* fix styling

---------

Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
2025-03-17 14:49:13 +00:00
Erik Montnemery
f83c8de8d3
Update signature of platforms' async_setup_entry () 2025-02-10 21:08:03 +01:00
starkillerOG
1e70a0060b
Add Reolink baby crying binary sensor ()
* Add baby crying detection

* Bump reolink-aio to 0.11.6
2024-12-31 22:27:01 +01:00
starkillerOG
db430beb5b
Fix Reolink dispatcher ID for onvif fallback () 2024-12-02 22:18:24 +01:00
starkillerOG
1195a79479
Add PARALLEL_UPDATES = 0 to Reolink platforms () 2024-11-21 19:21:57 +01:00
starkillerOG
b8e0d92848
Add Reolink push for battery info and sleep status ()
Add push for battery info and sleep status
2024-11-21 01:48:14 +01:00
starkillerOG
a6189106e1
Reolink add TCP push event connection as primary method () 2024-10-30 14:34:32 +01: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
edd3c45c09
Add binary "sleeping" sensor to Reolink () 2024-06-05 14:30:15 +02: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
starkillerOG
372886bf6c
Add package detection to Reolink ()
Add package detection
2024-03-03 12:58:28 -05: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
69af4c8603
Add common reolink entity description ()
Co-authored-by: Robert Resch <robert@resch.dev>
2023-11-30 11:26:33 +01:00
starkillerOG
6c6e85f996
Reolink use parenthesis for multi-line lambda ()
Use parenthesis
2023-11-22 08:50:29 +01:00
starkillerOG
2dd0a74b38
Reolink add animal detection () 2023-11-21 12:45:02 +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
b1e5b3be34
Bump Reolink_aio to 0.7.7 () 2023-08-15 10:43:19 +02:00
starkillerOG
fca9052430
Bump reolink-aio to 0.5.10 ()
* use is_doorbell instead of is_doorbell_enabled

* Bump reolink-aio to 0.5.10
2023-04-06 14:35:22 -04:00
Marc Mueller
84034959ba
Improve reolink generic typing ()
Co-authored-by: starkillerOG <starkiller.og@gmail.com>
2023-03-06 21:54: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
7e51aeb916
Reolink add binary sensors ()
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-01-20 22:27:59 +01:00