Skip to content

Commit 2254301

Browse files
extra_state_attributes
1 parent c5bae6b commit 2254301

File tree

1 file changed

+1
-1
lines changed
  • custom_components/precoscombustiveis

1 file changed

+1
-1
lines changed

custom_components/precoscombustiveis/sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def icon(self):
8989
return self._icon
9090

9191
@property
92-
def device_state_attributes(self) -> Dict[str, Any]:
92+
def extra_state_attributes(self) -> Dict[str, Any]:
9393
"""Return the state attributes."""
9494
return {
9595
"brand": self._station.brand,

0 commit comments

Comments
 (0)