mirror of
https://github.com/home-assistant/core.git
synced 2025-11-13 04:50:17 +00:00
Add Reolink post recording time select entity (#149201)
Co-authored-by: Norbert Rittel <norbert@rittel.de>
This commit is contained in:
@@ -125,6 +125,7 @@ def _init_host_mock(host_mock: MagicMock) -> None:
|
||||
host_mock.wifi_connection = False
|
||||
host_mock.wifi_signal.return_value = -45
|
||||
host_mock.whiteled_mode_list.return_value = []
|
||||
host_mock.post_recording_time_list.return_value = []
|
||||
host_mock.zoom_range.return_value = {
|
||||
"zoom": {"pos": {"min": 0, "max": 100}},
|
||||
"focus": {"pos": {"min": 0, "max": 100}},
|
||||
|
||||
Reference in New Issue
Block a user