Revert opensky flight latitude and longitude (#43185)
This reverts commit 0f46916f9e
.
This commit is contained in:
parent
5de30e19bb
commit
36b4a8e128
1 changed files with 0 additions and 2 deletions
|
@ -125,8 +125,6 @@ class OpenSkySensor(Entity):
|
||||||
ATTR_CALLSIGN: flight,
|
ATTR_CALLSIGN: flight,
|
||||||
ATTR_ALTITUDE: altitude,
|
ATTR_ALTITUDE: altitude,
|
||||||
ATTR_SENSOR: self._name,
|
ATTR_SENSOR: self._name,
|
||||||
ATTR_LONGITUDE: flight.get(ATTR_LONGITUDE),
|
|
||||||
ATTR_LATITUDE: flight.get(ATTR_LATITUDE),
|
|
||||||
}
|
}
|
||||||
self._hass.bus.fire(event, data)
|
self._hass.bus.fire(event, data)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue