mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +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 (
|
if (
|
||||||
type(self).async_handle_web_rtc_offer
|
type(self).async_handle_web_rtc_offer
|
||||||
!= Camera.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
|
# The camera has a native WebRTC implementation
|
||||||
frontend_stream_types.add(StreamType.WEB_RTC)
|
frontend_stream_types.add(StreamType.WEB_RTC)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user