question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Entities not loading in popup 0.107b3

See original GitHub issue

I noticed that in 0.107 input_number, group, input_select (maybe more) doesn’t load the first time browser_mod opens a popup. If I close the popup and open it again they load properly.

It may be related to the new lazy-loading https://github.com/home-assistant/frontend/issues/4984#issuecomment-591034824

Is this a bug in hass, or is there a way to preload contents of a popup? My solution for now is to hide these entities on my dashboard so they populate directly in a popup.

Steps to reproduce, new blank dashboard

views:
  - path: default_view
    cards:
      - type: entities
        entities:
          - entity: light.xx
            tap_action:
              action: call-service
              service: browser_mod.popup
              service_data:
                title: Test
                card:
                  type: entities
                  entities:
                    - input_number.xx
                    - group.xx
                    - input_select.xx
                deviceID:
                  - this

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
thomaslovencommented, Mar 31, 2020

Please try release 25

0reactions
VoyteckPLcommented, Mar 31, 2020

Great. Fixed!

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found