Enable strict typing for doorbird (#98778)
This commit is contained in:
parent
d0d160f11c
commit
d582e60a6e
7 changed files with 44 additions and 14 deletions
|
@ -87,7 +87,7 @@ class DoorBirdCamera(DoorBirdEntity, Camera):
|
|||
self._last_update = datetime.datetime.min
|
||||
self._attr_unique_id = f"{self._mac_addr}_{camera_id}"
|
||||
|
||||
async def stream_source(self):
|
||||
async def stream_source(self) -> str | None:
|
||||
"""Return the stream source."""
|
||||
return self._stream_url
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue