Skip to content

[Bug]: Picture-Glance entity takes much longer to load #161

Description

@zavjah

Description

Hi there,

I have a few picture-glance entities of my web cameras within a tabbed card and when I open the dashboard the same configuration outside a tabbed card load within a second or two while within a tabbed card it takes almost 10.

This issue might be related to #135 but I decided to start another thread, to be able to track both independently.

Cheers,
Zavjah

Environment

- OS: HAIS on raspberry 
- Browser: chrome 
- Home Assistant Version: latest      
- Tabbed Card Version: latest

Reproducible configuration

type: custom:tabbed-card
    styles:
      "--mdc-theme-primary": steelblue
      "--mdc-tab-text-label-color-default": darkgrey
      "--mdc-typography-button-font-size": 12px
    tabs:
      - attributes:
          label: Außen
        card:
          type: vertical-stack
          cards:
            - type: picture-glance
              camera_view: auto
              image: https://demo.home-assistant.io/stub_config/kitchen.png
              entities: []
              camera_image: camera.haustuer
              card_mod:
                style: |
                  ha-card {
                    margin-top: 10px;
                  }

Additional context

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions