mirror of
https://github.com/home-assistant/core.git
synced 2025-11-13 13:00:11 +00:00
Add support for Reolink chime connected to Home Hub (#151199)
This commit is contained in:
@@ -252,6 +252,7 @@ def reolink_chime(reolink_host: MagicMock) -> None:
|
||||
}
|
||||
TEST_CHIME.remove = AsyncMock()
|
||||
TEST_CHIME.set_option = AsyncMock()
|
||||
TEST_CHIME.update_enums()
|
||||
|
||||
reolink_host.chime_list = [TEST_CHIME]
|
||||
reolink_host.chime.return_value = TEST_CHIME
|
||||
|
||||
Reference in New Issue
Block a user