Skip to content

Commit

Permalink
change entity.py to use extra_state_attributes (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgoette authored Dec 5, 2021
1 parent b7a5860 commit 907de1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/integration_blueprint/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def device_info(self):
}

@property
def device_state_attributes(self):
def extra_state_attributes(self):
"""Return the state attributes."""
return {
"attribution": ATTRIBUTION,
Expand Down

0 comments on commit 907de1a

Please sign in to comment.