Skip to content

Commit c4aa1c8

Browse files
HotFix (#12)
1 parent d4378f2 commit c4aa1c8

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
@@ -115,7 +115,7 @@ def extra_state_attributes(self) -> Dict[str, Any]:
115115
"Latitude": self._station.latitude,
116116
"Longitude": self._station.longitude,
117117
"StationType": self._station.type,
118-
"LastPriceUpdate": station.getLastUpdate(self._fuelName),
118+
"LastPriceUpdate": self._station.getLastUpdate(self._fuelName),
119119
}
120120

121121
async def async_update(self) -> None:

0 commit comments

Comments
 (0)