Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Popup only shows full screen #805

Open
TrevskiUK opened this issue Feb 12, 2025 · 0 comments
Open

Popup only shows full screen #805

TrevskiUK opened this issue Feb 12, 2025 · 0 comments

Comments

@TrevskiUK
Copy link

TrevskiUK commented Feb 12, 2025

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 error

alias: Bed Heat away toggle popup
description: ""
triggers:
  - trigger: state
    entity_id:
      - input_boolean.bed_heat_away_toggle
conditions: []
actions:
  - action: browser_mod.popup
    metadata: {}
    data:
      dismissable: true
      autoclose: true
      browser_id:
        - ccf5712711c219d3b2565912f02e20e3
      content: >-
        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:

Image

] 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant