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 ?