Support action `fire-dom-event`
See original GitHub issueIs your feature request related to a problem? Please describe.
browser_mod switching to fire-dom-event
away from call-service
for popups, toasts, etc., see release notes: https://github.com/thomasloven/hass-browser_mod/releases/tag/1.3.0
Describe the solution you’d like
Implement support for action: fire-dom-event
in tap_action
and hold_action
Describe alternatives you’ve considered
As of now browser_mod
can still be used with call-service
action, but might be phased out soon
Additional context Thank you 😃
Issue Analytics
- State:
- Created 3 years ago
- Comments:15
Top Results From Across the Web
Browser_Mod: How to call "fire-dom-event" from a script?
hold_action: action: fire-dom-event browser_mod: command: popup title: Set ... and calling the browser_mod.toast service only toasts on one ...
Read more >Fire DOM Events and Execute Custom Page Actions - TestCafe
Fire DOM Events and Execute Custom Page Actions. DOM events occur when users interact with the page. For example, a simple click action...
Read more >Browser Mod Popup : r/homeassistant - Reddit
From the frontend via fire-dom-event When using this as a tap_action , the command will be run on ONLY the device the command...
Read more >browser_mod popup not working - Lena's Italian Restaurant
So I'll have to stick to call-service action by removing deviceID: this , though popups and toasts will appear on all devices ....
Read more >How To Setup Browser Mod 2.0 in Home Assistant
action : fire-dom-event browser_mod: service: browser_mod.popup data: title: Title content: type: ... #BROWSER MOD 2.0.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks, it’s already planned, I’m just waiting on this PR to be merged and released: https://github.com/custom-cards/custom-card-helpers/pull/29 😉
PR has been merged, I’ll release something in the evening.