mirror of
https://github.com/home-assistant/core.git
synced 2025-11-13 04:50:17 +00:00
Fix reolink test (#152587)
This commit is contained in:
@@ -145,6 +145,7 @@ def _init_host_mock(host_mock: MagicMock) -> None:
|
||||
# enums
|
||||
host_mock.whiteled_mode.return_value = 1
|
||||
host_mock.whiteled_mode_list.return_value = ["off", "auto"]
|
||||
host_mock.whiteled_color_temperature.return_value = 3000
|
||||
host_mock.doorbell_led.return_value = "Off"
|
||||
host_mock.doorbell_led_list.return_value = ["stayoff", "auto"]
|
||||
host_mock.auto_track_method.return_value = 3
|
||||
|
||||
Reference in New Issue
Block a user