Skip to content

Commit

Permalink
Merge pull request #2 from lweberru/patch-1
Browse files Browse the repository at this point in the history
Update climate.py changed GroupEntity import since HA 2024.4.0
  • Loading branch information
bjrnptrsn authored Apr 4, 2024
2 parents 1218081 + 7c3820a commit e58ea81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/climate_group/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
from homeassistant.helpers.entity_platform import AddEntitiesCallback
from homeassistant.helpers.event import async_track_state_change_event
from homeassistant.helpers.typing import ConfigType, DiscoveryInfoType
from homeassistant.components.group import GroupEntity
from homeassistant.components.group.entity import GroupEntity
from homeassistant.components.group.util import (
find_state_attributes,
most_frequent_attribute,
Expand Down

0 comments on commit e58ea81

Please sign in to comment.