mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +00:00
Use custom app to play camera stream using Google Assistant (#40750)
This commit is contained in:
@@ -135,7 +135,8 @@ async def test_camera_stream(hass):
|
||||
await trt.execute(trait.COMMAND_GET_CAMERA_STREAM, BASIC_DATA, {}, {})
|
||||
|
||||
assert trt.query_attributes() == {
|
||||
"cameraStreamAccessUrl": "https://example.com/api/streams/bla"
|
||||
"cameraStreamAccessUrl": "https://example.com/api/streams/bla",
|
||||
"cameraStreamReceiverAppId": "B12CE3CA",
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user