Update google-nest-sdm to 3.0.2 (#99175)

* Update google-nest-sdm to 3.0.2

* Fix device typing

* Update homeassistant/components/nest/device_info.py

Co-authored-by: jan iversen <jancasacondor@gmail.com>

---------

Co-authored-by: jan iversen <jancasacondor@gmail.com>
This commit is contained in:
Allen Porter
2023-08-31 20:33:36 -07:00
committed by GitHub
parent 2dab9eaf86
commit 1539853c0a
6 changed files with 10 additions and 8 deletions

View File

@@ -60,7 +60,7 @@ CAMERA_API_DATA = {
"type": "sdm.devices.types.CAMERA",
"traits": {
"sdm.devices.traits.CameraLiveStream": {
"videoCodecs": "H264",
"videoCodecs": ["H264"],
"supportedProtocols": ["RTSP"],
},
},
@@ -71,7 +71,7 @@ CAMERA_DIAGNOSTIC_DATA = {
"name": "**REDACTED**",
"traits": {
"sdm.devices.traits.CameraLiveStream": {
"videoCodecs": "H264",
"videoCodecs": ["H264"],
"supportedProtocols": ["RTSP"],
},
},