Skip to content

Commit

Permalink
stale doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
dmulcahey committed Aug 9, 2024
1 parent d954e56 commit 156b677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zha/application/platforms/fan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ async def _async_set_fan_mode(self, fan_mode: int) -> None:
self.maybe_emit_state_changed_event()

def update(self, _: Any = None) -> None:
"""Attempt to retrieve on off state from the fan."""
"""Query all members and determine the fan group state."""
self.debug("Updating fan group entity state")
platform_entities = self._group.get_platform_entities(self.PLATFORM)
all_states = [entity.state for entity in platform_entities]
Expand Down

0 comments on commit 156b677

Please sign in to comment.