Skip to content

Commit

Permalink
Add return None
Browse files Browse the repository at this point in the history
  • Loading branch information
silamon committed Dec 22, 2024
1 parent edfcba9 commit 25828c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/linkplay/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ async def find_bridge(self, bridge_uuid: str) -> LinkPlayBridge:
if bridge.device.uuid == bridge_uuid:
return bridge

return None

async def add_bridge(self, bridge_to_add: LinkPlayBridge) -> None:
"""Add given LinkPlay device if not already added."""

Expand Down

0 comments on commit 25828c0

Please sign in to comment.