Skip to content

Commit

Permalink
v2.0.0b16
Browse files Browse the repository at this point in the history
Added lines to resolve error
Tasshack#778
  • Loading branch information
taifunk committed Nov 25, 2024
1 parent a641df9 commit a6b58bb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion custom_components/dreame_vacuum/camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,11 @@ class DreameVacuumCameraEntity(DreameVacuumEntity, Camera):
"""Defines a Dreame Vacuum Camera entity."""

_unrecorded_attributes = frozenset(CAMERA_UNRECORDED_ATTRIBUTES)

_webrtc_provider = None
_legacy_webrtc_provider = None
_supports_native_sync_webrtc = False
_supports_native_async_webrtc = False

def __init__(
self,
coordinator: DreameVacuumDataUpdateCoordinator,
Expand Down

0 comments on commit a6b58bb

Please sign in to comment.