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 d4378f2 commit c4aa1c8Copy full SHA for c4aa1c8
custom_components/precoscombustiveis/sensor.py
@@ -115,7 +115,7 @@ def extra_state_attributes(self) -> Dict[str, Any]:
115
"Latitude": self._station.latitude,
116
"Longitude": self._station.longitude,
117
"StationType": self._station.type,
118
- "LastPriceUpdate": station.getLastUpdate(self._fuelName),
+ "LastPriceUpdate": self._station.getLastUpdate(self._fuelName),
119
}
120
121
async def async_update(self) -> None:
0 commit comments