Hello,
I am looking a way to show a local image stored in /media folder in my Raspberry Pi 5 when scanning a NFC tag with my mobile phone.
I have tried the browser integration by adding "browser: " in my configuration.yaml and it now allows me to introduce Navigate actions in the visual editor, but it does not seem to work. This is the automation I am trying:
alias: Se escanea la etiqueta Caixa menjador 1
description: ""
triggers:
- trigger: tag
tag_id: f3395a03-8ddb-4bf0-a589-475f46888c42
conditions: []
actions:
- action: browser.browse_url
metadata: {}
data:
url: /media/caixa_menjador_1.png
mode: single
I have also tried to change the URL to simply “https://www.google.com” and it still does not work. Any idea on how to make this Browser native integration to work? Or maybe another integration? Thanks