Add support for attribute caching to the camera platform (#106256)

This commit is contained in:
J. Nick Koston 2023-12-23 13:01:47 -10:00 committed by GitHub
parent 2f72d4f9f0
commit abd3c54cbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 48 additions and 40 deletions

View file

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