Skip to content

Commit

Permalink
Fix doc strings
Browse files Browse the repository at this point in the history
  • Loading branch information
ollo69 committed Feb 24, 2024
1 parent fdb4089 commit a2be68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/smartthinq_sensors/wideq/model_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ def bit_value(self, key, bit_name, value) -> int | None:
return None

def option_bit_value(self, key, values, sub_key=None) -> str | None:
"""Look up the bit value for an specific key."""
"""Look up the bit value for an specific option key."""
bit_key = self._get_bit_key(key, sub_key)
if not bit_key:
return None
Expand Down

0 comments on commit a2be68b

Please sign in to comment.