Revert opensky flight latitude and longitude (#43185)

This reverts commit 0f46916f9e.
pull/43356/head
Paulus Schoutsen 2020-11-13 15:52:15 +01:00
parent 39493fd3ea
commit 62e6a86432
1 changed files with 0 additions and 2 deletions

View File

@ -125,8 +125,6 @@ class OpenSkySensor(Entity):
ATTR_CALLSIGN: flight,
ATTR_ALTITUDE: altitude,
ATTR_SENSOR: self._name,
ATTR_LONGITUDE: flight.get(ATTR_LONGITUDE),
ATTR_LATITUDE: flight.get(ATTR_LATITUDE),
}
self._hass.bus.fire(event, data)