mirror of
https://github.com/home-assistant/core.git
synced 2025-06-06 06:07:07 +00:00
Fix warnings in Reolink tests (#140878)
This commit is contained in:
parent
11e02f89cf
commit
f8ab4d0238
@ -134,6 +134,8 @@ def reolink_connect_class() -> Generator[MagicMock]:
|
||||
host_mock.doorbell_led_list.return_value = ["stayoff", "auto"]
|
||||
host_mock.auto_track_method.return_value = 3
|
||||
host_mock.daynight_state.return_value = "Black&White"
|
||||
host_mock.hub_alarm_tone_id.return_value = 1
|
||||
host_mock.hub_visitor_tone_id.return_value = 1
|
||||
|
||||
# Baichuan
|
||||
host_mock.baichuan = create_autospec(Baichuan)
|
||||
|
Loading…
x
Reference in New Issue
Block a user