hass-browser_mod
hass-browser_mod copied to clipboard
How to get popups to work from an automation
Hello;
I recently upgraded to the latest browser mod and made the necessary changes for my popups to work from lovelace, however, I can't seem to get popups to work when called from automations. They worked before. Any help would be appreciated. Here is the automation in question.
- alias: "preset popup" trigger: action: - service: browser_mod.popup data: title: Select a Preset Program content: type: entities entities: - input_select.vape_presets - delay: 5 - service: browser_mod.close_popup