You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My Home Assistant version: 2025.2.2
Companion app on Android 15, Pixel 8.
I am running an action browser_mod.popup in an Automation.
What I expected to happen:
A popup window is displayed containing my message.
What happened instead:
A full screen is displayed with my message. This happens no matter what the setting of "Size" is.
Minimal steps to reproduce:
Run the action (see below)
# The least amount of code or steps possible to reproduce my erroralias: Bed Heat away toggle popupdescription: ""triggers:
- trigger: stateentity_id:
- input_boolean.bed_heat_away_toggleconditions: []actions:
- action: browser_mod.popupmetadata: {}data:
dismissable: trueautoclose: truebrowser_id:
- ccf5712711c219d3b2565912f02e20e3content: >- Home/Away mode is now {% set t = states('input_boolean.bed_heat_away_toggle') %} {% if t == 'on' %} Active. {% else %} Deactivated. {% endif %} mode: single
Error messages from the browser console:
None
// Select everything from the browser console and copy it
// Paste it here
By replacing the space in the checkboxes ([ ]) with an X below, I indicate that I:
] Understand that leaving one or more boxes unticked or failure to follow the template above may increase the time required to handle my bug-report, or cause it to be closed without further action.
The text was updated successfully, but these errors were encountered:
My Home Assistant version: 2025.2.2
Companion app on Android 15, Pixel 8.
I am running an action browser_mod.popup in an Automation.
What I expected to happen:
A popup window is displayed containing my message.
What happened instead:
A full screen is displayed with my message. This happens no matter what the setting of "Size" is.
Minimal steps to reproduce:
Run the action (see below)
Error messages from the browser console:
None
By replacing the space in the checkboxes ([ ]) with an X below, I indicate that I:
[x ] Understand that this is a channel for reporting bugs, not a support forum (https://community.home-assistant.io/).
[ x] Have made sure I am using the latest version of the plugin.
[ x] Have followed the troubleshooting steps of the "Common Problems" section of https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins.
[x
] Understand that leaving one or more boxes unticked or failure to follow the template above may increase the time required to handle my bug-report, or cause it to be closed without further action.
The text was updated successfully, but these errors were encountered: