Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pantherale0 committed Jun 24, 2024
1 parent 0f91003 commit 1a9fa5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/fuel_prices/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ def state_class(self) -> str:

class CheapestFuelSensor(CheapestFuelEntity, SensorEntity):
"""A entity that shows the cheapest fuel for an area."""

_attr_should_poll = True # we need to query the module for this data
_last_update = None
_next_update = datetime.now()
Expand Down

0 comments on commit 1a9fa5e

Please sign in to comment.