We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5bae6b commit 2254301Copy full SHA for 2254301
custom_components/precoscombustiveis/sensor.py
@@ -89,7 +89,7 @@ def icon(self):
89
return self._icon
90
91
@property
92
- def device_state_attributes(self) -> Dict[str, Any]:
+ def extra_state_attributes(self) -> Dict[str, Any]:
93
"""Return the state attributes."""
94
return {
95
"brand": self._station.brand,
0 commit comments