mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 20:25:07 +02:00
Revert opensky flight latitude and longitude (#43185)
This reverts commit 0f46916f9e
.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user