Closed allenporter closed 1 month ago
docs/core/entity/camera.md (1)
`107-110`: **LGTM: WebRTC documentation update looks good.** The changes to the WebRTC section align well with the PR objectives. The new content provides a clear, high-level overview of how integrations can implement WebRTC streams using the `CameraWebRTCProvider` and `async_register_webrtc_provider`. However, there's a past comment from frenck about `go2rtc` being under discussion. While these changes don't directly address that, it might be worth considering if any additional clarification is needed regarding the `go2rtc` implementation or its current status. Consider running the following script to check for any `go2rtc` references in the codebase: This will help determine if there are other places in the documentation that might need updating or clarification regarding `go2rtc`.✅ Verification successful
**Verified: No `go2rtc` references found in documentation.**🏁 Scripts executed
The following scripts were executed for the analysis: Script: ```shell #!/bin/bash # Description: Check for go2rtc references in the codebase # Test: Search for go2rtc references rg 'go2rtc' --type md ``` Length of output: 21
Proposed change
Update WebRTC provider documentation to reference new APIs added in https://github.com/home-assistant/core/pull/124410 when adding
go2rtc
.Type of change
Additional information
Summary by CodeRabbit
Summary by CodeRabbit
homeassistant.components.camera.webrtc
.