Revert opensky flight latitude and longitude (#43185)

This reverts commit 0f46916f9e.
This commit is contained in:
Paulus Schoutsen 2020-11-13 15:52:15 +01:00 committed by GitHub
parent 5de30e19bb
commit 36b4a8e128
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)