mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Check for async web offer overrides in camera capabilities (#129519)
This commit is contained in:
parent
0f535e979f
commit
f44b7e202a
@ -867,6 +867,8 @@ class Camera(Entity, cached_properties=CACHED_PROPERTIES_WITH_ATTR_):
|
||||
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user