mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Use version property in Blink (#108911)
This commit is contained in:
@@ -45,6 +45,7 @@ def camera() -> MagicMock:
|
||||
mock_blink_camera.motion_detected = False
|
||||
mock_blink_camera.wifi_strength = 2.1
|
||||
mock_blink_camera.camera_type = "lotus"
|
||||
mock_blink_camera.version = "123"
|
||||
mock_blink_camera.attributes = CAMERA_ATTRIBUTES
|
||||
return mock_blink_camera
|
||||
|
||||
|
||||
Reference in New Issue
Block a user