Add support for Reolink chime connected to Home Hub (#151199)

This commit is contained in:
starkillerOG
2025-09-24 18:07:23 +02:00
committed by GitHub
parent 2844bd474a
commit 6dd33f900d
8 changed files with 176 additions and 29 deletions

View File

@@ -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