Skip to content

Commit

Permalink
Remove group translation keys (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly authored Aug 8, 2024
1 parent d7a1008 commit db2bf30
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions zha/application/platforms/fan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,6 @@ async def _async_set_fan_mode(self, fan_mode: int) -> None:
class FanGroup(GroupEntity, BaseFan):
"""Representation of a fan group."""

_attr_translation_key: str = "fan_group"

def __init__(self, group: Group):
"""Initialize a fan group."""
self._fan_cluster_handler: ClusterHandler = group.endpoint[hvac.Fan.cluster_id]
Expand Down
2 changes: 0 additions & 2 deletions zha/application/platforms/light/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1124,8 +1124,6 @@ class MinTransitionLight(Light):
class LightGroup(GroupEntity, BaseLight):
"""Representation of a light group."""

_attr_translation_key: str = "light_group"

def __init__(self, group: Group):
"""Initialize a light group."""
# light groups change the update_group_from_child_delay so we need to do this
Expand Down

0 comments on commit db2bf30

Please sign in to comment.