starkillerOG
|
8ef7cae36d
|
Speedup Reolink tests by using scope="module" (#125215)
* use scope="module"
* Instead of side_effect = None, use reset_mock(side_efffect=True)
* fix tests
|
2024-09-23 12:50:40 +02:00 |
|
starkillerOG
|
7334fb0125
|
Add Reolink chime play action (#123245)
* Add chime play service
* fix supported_feature
* finalize
* add tests
* Adjust to device service
* fix issue
* Add tests
* actions -> services
* fix styling
* Use conftest fixture for test_chime
* Update tests/components/reolink/test_services.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* use ATTR_RINGTONE and rename chime_play to play_chime
* Add translatable exceptions
* fix styling
* Remove option to use entity_id
* fixes
* Fix translations
* fix
* fix translation key
* remove translation key
* use callback for async_setup_services
* fix styling
* Add test_play_chime_service_unloaded
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
|
2024-08-26 21:12:32 +02:00 |
|
starkillerOG
|
ab064a7f36
|
Reolink add 100% coverage of number platform (#124465)
* Add 100% number test coverage
* review comments
* fix styling
* re-add AsyncMock for chime
|
2024-08-23 12:34:58 +02:00 |
|
starkillerOG
|
0093276e93
|
Reolink add 100% coverage of binary_sensor platfrom (#123862)
* Implement 100% coverage of binary_sensor
* fix styling
* Apply suggestions from code review
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* use get().state instead of is_state
* Remove unneeded "is True"
* Remove unneeded "is True"
* reset the mock and use assert_not_called
* use freezer
* fix styling
* fix styling
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
|
2024-08-16 12:46:51 +02:00 |
|
starkillerOG
|
2343f5e40f
|
Reolink Chime online status and ability to remove (#123301)
* Add chime available
* allow removing a Reolink chime
* Allow removal if doorbell itself removed
* fix tests
* Add tests
* fix styling
|
2024-08-08 19:28:46 +02:00 |
|
starkillerOG
|
f4db9e09c8
|
Bump reolink-aio to 0.9.7 (#123263)
|
2024-08-07 00:16:57 +02:00 |
|
starkillerOG
|
8c0d9a1320
|
Add Reolink chime support (#122752)
|
2024-07-31 17:04:09 +02:00 |
|