mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Revert opensky flight latitude and longitude (#43185)
This reverts commit 0f46916f9efec5832423ea7db8e477e34c1038d6.
This commit is contained in:
parent
5de30e19bb
commit
36b4a8e128
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user