mirror of
https://github.com/home-assistant/core.git
synced 2025-11-14 05:20:17 +00:00
Add support for attribute caching to the camera platform (#106256)
This commit is contained in:
@@ -51,9 +51,6 @@ async def mock_camera(hass) -> AsyncGenerator[None, None]:
|
||||
), patch(
|
||||
"homeassistant.components.camera.Camera.stream_source",
|
||||
return_value=STREAM_SOURCE,
|
||||
), patch(
|
||||
"homeassistant.components.camera.Camera.supported_features",
|
||||
return_value=camera.CameraEntityFeature.STREAM,
|
||||
):
|
||||
yield
|
||||
|
||||
|
||||
Reference in New Issue
Block a user