mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Update opensky.markdown (#22377)
This commit is contained in:
parent
76c666b208
commit
dc96057f31
@ -58,5 +58,28 @@ automation:
|
|||||||
data:
|
data:
|
||||||
message: "Flight entry of {{ trigger.event.data.callsign }}"
|
message: "Flight entry of {{ trigger.event.data.callsign }}"
|
||||||
```
|
```
|
||||||
|
{% endraw %}
|
||||||
|
|
||||||
|
One can also get a direct link to the OpenSky website to see the flight using the icao24 identification:
|
||||||
|
|
||||||
|
{% raw %}
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
automation:
|
||||||
|
- alias: "Flight entry notification"
|
||||||
|
trigger:
|
||||||
|
platform: event
|
||||||
|
event_type: opensky_entry
|
||||||
|
action:
|
||||||
|
service: notify.mobile_app_<device_name>
|
||||||
|
data:
|
||||||
|
message: "Flight entry of {{ trigger.event.data.callsign }}"
|
||||||
|
data:
|
||||||
|
actions:
|
||||||
|
- action: URI
|
||||||
|
title: Track the flight
|
||||||
|
uri: >-
|
||||||
|
https://opensky-network.org/aircraft-profile?icao24={{
|
||||||
|
trigger.event.data.icao24 }}
|
||||||
|
```
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user