Update camera stream documentation (#1888)

This commit is contained in:
uvjustin 2023-08-28 22:24:15 +08:00 committed by GitHub
parent 2a47dc07c5
commit d9f048ef9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@ Properties should always only return information from memory and not do I/O (lik
| model | str | `None` | The model of the camera. |
| frame_interval | float | 0.5 | The interval between frames of the stream. |
| frontend_stream_type | str | None | Used with `CameraEntityFeature.STREAM` to tell the frontend which type of stream to use (`StreamType.HLS` or `StreamType.WEB_RTC`) |
| use_stream_for_stills | bool | False | Determines whether or not to use the `Stream` integration to generate still images |
## Supported Features