Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rsnodgrass committed Feb 15, 2022
1 parent 4ce9000 commit b3b491e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/lunos/fan.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def is_on(self) -> bool:
return self._speed != SPEED_OFF

@property
def device_state_attributes(self):
def extra_state_attributes(self):
"""Return state attributes."""
return self._attributes

Expand Down

0 comments on commit b3b491e

Please sign in to comment.