Skip to content
Snippets Groups Projects
Unverified Commit d33f93d5 authored by epenet's avatar epenet Committed by GitHub
Browse files

Remove unnecessary property from hvv_departures (#77267)

parent e79f1de9
No related branches found
No related tags found
No related merge requests found
...@@ -135,11 +135,6 @@ class HvvDepartureBinarySensor(CoordinatorEntity, BinarySensorEntity): ...@@ -135,11 +135,6 @@ class HvvDepartureBinarySensor(CoordinatorEntity, BinarySensorEntity):
"""Return entity state.""" """Return entity state."""
return self.coordinator.data[self.idx]["state"] return self.coordinator.data[self.idx]["state"]
@property
def should_poll(self):
"""No need to poll. Coordinator notifies entity of updates."""
return False
@property @property
def available(self): def available(self):
"""Return if entity is available.""" """Return if entity is available."""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment