Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 106364

Browser_mod popup show webpage

$
0
0

I have this and need some help :

      - type: picture
        image: https://demo.home-assistant.io/stub_config/t-shirt-promo.png
        tap_action:
          action: fire-dom-event
          browser_mod:
            service: browser_mod.popup
            data:
              title: Steca
              content: http://192.168.10.195/page.yield.year.html
              size: wide
              deviceID: THIS

This gives me a popup with the text.
The I tried to have this page opened :

      - type: picture
        image: https://demo.home-assistant.io/stub_config/t-shirt-promo.png
        tap_action:
          action: fire-dom-event
          browser_mod:
            command: popup
            title: Steca
            card:
              type: iframe
              url: http://192.168.10.195/page.yield.year.html

but that will not work.
What do I need to do here ?

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 106364

Trending Articles