Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
Update cover.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nagyrobi authored Dec 8, 2021
1 parent 835659e commit fe3e21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/cover_rf_time_based/cover.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def unique_id(self):
return "cover_rf_timebased_uuid_" + self._unique_id

@property
def device_state_attributes(self):
def extra_state_attributes(self):
"""Return the device state attributes."""
attr = {}
if self._travel_time_down is not None:
Expand Down

0 comments on commit fe3e21c

Please sign in to comment.