Skip to content

Commit

Permalink
Update src/pyatmo/home.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cgtobi authored Aug 18, 2024
1 parent 6e46b16 commit b8b64b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyatmo/home.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def has_otm(self) -> bool:
return any("OTM" in room.device_types for room in self.rooms.values())

def has_bns(self) -> bool:
"""Check if any room has a BNS device."""
"""Check if any room has BNS device."""

return any("BNS" in room.device_types for room in self.rooms.values())

Expand Down

0 comments on commit b8b64b3

Please sign in to comment.