Skip to content

Commit 7e15d86

Browse files
Documentation
1 parent 2254301 commit 7e15d86

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ entities:
7676
name: Tipo de Posto
7777
- entity: sensor.galp_irmaos_peres_lda_souto_gasolina_simples_95
7878
type: attribute
79-
attribute: lastUpdate
79+
attribute: lastPriceUpdate
8080
name: Ultima Actualização de Preço
8181
title: GALP Irmãos Peres, Lda
8282
```

custom_components/precoscombustiveis/sensor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def __init__(self, api: DGEG, stationId: float, station: Station, fuelName: str)
4545
self._stationId = stationId
4646
self._station = station
4747
self._fuelName = fuelName
48+
4849
self._icon = DEFAULT_ICON
4950
self._unit_of_measurement = UNIT_OF_MEASUREMENT
5051
self._device_class = SensorDeviceClass.MONETARY

0 commit comments

Comments
 (0)