kalkih / mini-media-player

Minimalistic media card for Home Assistant Lovelace UI
MIT License
1.51k stars 206 forks source link

Support action `fire-dom-event` #484

Closed VDRainer closed 3 years ago

VDRainer commented 3 years ago

Is 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 :-)

Stolen from https://github.com/custom-cards/button-card/issues/429 :smile:

juan11perez commented 3 years ago

@VDRainer Thank you for creating.

Same request from my side.

Thank you for this great component/card

darkkatarsis commented 3 years ago

@kalkih I see tap_action for fire-dom-event any chance for adding hold_action also?