Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #49 from bvweerd/patch-1
Browse files Browse the repository at this point in the history
Update climate.py
  • Loading branch information
daenny authored Dec 20, 2021
2 parents 362ccfc + a210117 commit 24631ab
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 @@ -215,7 +215,7 @@ def should_poll(self) -> bool:
return False

@property
def device_state_attributes(self):
def extra_state_attributes(self):
"""Return the state attributes for the climate group."""
return {ATTR_ENTITY_ID: self._entity_ids}

Expand Down

0 comments on commit 24631ab

Please sign in to comment.