Skip to content

Commit

Permalink
Check for async web offer overrides in camera capabilities (#129519)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdb9696 authored Oct 31, 2024
1 parent 0f535e9 commit f44b7e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions homeassistant/components/camera/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,8 @@ def camera_capabilities(self) -> CameraCapabilities:
if (
type(self).async_handle_web_rtc_offer
!= Camera.async_handle_web_rtc_offer
or type(self).async_handle_async_webrtc_offer
!= Camera.async_handle_async_webrtc_offer
):
# The camera has a native WebRTC implementation
frontend_stream_types.add(StreamType.WEB_RTC)
Expand Down

0 comments on commit f44b7e2

Please sign in to comment.