Home Assistant How To Whats flying over your head OpenSky tracker
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=dCX298FDky4
Today we will configure OpenSky integration. • https://www.home-assistant.io/integra... • We will create integration and also simple automation to get notified when there is air-plane above our region. • 00:37 - In sensors.yaml we need to add following lines to activate component: • OpenSky • platform: opensky • radius: 10 • For additional OpenSky parameters, check https://www.home-assistant.io/integra... • 03:15 - After you save changes, check your configuration and restart Home Assistant for sensor to become visible. • 03:41 - You can now put this entity on your dashboard. • 04:07 - For automations, we will add following code in our automations.yaml file: • id: '01211221231' • alias: Aircraft in protected airspace • trigger: • platform: event • event_type: opensky_entry • action: • service: notify.beardedbot • data_template: • message: 'Aircraft in protected airspace: {{ trigger.event.data.callsign }} ' • This should be it - save changes to automations.yaml file, check your automations and have fun • . • Please leave a comment if you would like to see more component configuration videos. • Of course, subscribe if you still haven't and I'll see you next time! • Have fun! • BeardedTinker • Twitter: @BeardedTinker • Discord: / discord • #HomeAssistant #OpenSky
#############################
