Add Reolink post recording time select entity (#149201)

Co-authored-by: Norbert Rittel <norbert@rittel.de>
This commit is contained in:
starkillerOG
2025-07-21 22:48:02 +02:00
committed by GitHub
parent b6014da121
commit ecb6cc50b9
4 changed files with 18 additions and 0 deletions

View File

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