remove occupancy, as it is not available at this level in the iRail api (#21810)
This commit is contained in:
parent
7226e917ed
commit
a0e8543aed
1 changed files with 0 additions and 1 deletions
|
@ -194,7 +194,6 @@ class NMBSSensor(Entity):
|
|||
'departure': "In {} minutes".format(departure),
|
||||
'destination': self._station_to,
|
||||
'direction': self._attrs['departure']['direction']['name'],
|
||||
'occupancy': self._attrs['departure']['occupancy']['name'],
|
||||
"platform_arriving": self._attrs['arrival']['platform'],
|
||||
"platform_departing": self._attrs['departure']['platform'],
|
||||
"vehicle_id": self._attrs['departure']['vehicle'],
|
||||
|
|
Loading…
Add table
Reference in a new issue