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

[Bug]: Picture-entity not streaming in tabbed-card #135

Open
kllngtme opened this issue Nov 10, 2023 · 1 comment
Open

[Bug]: Picture-entity not streaming in tabbed-card #135

kllngtme opened this issue Nov 10, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@kllngtme
Copy link

Description

I have each tabbed view show a different NVidia Shield TV instance in my house and all the entities I could find associated to them. One these entities is from the Hyperion integration which shows a streaming video from the device. If the entity is in the tabbed-card, it shows only as a picture and isn't streaming.

The same setup outside of tabbed-card will show the entity streaming ..

Environment

- OS: Windows 10
- Browser: Chrome
- Home Assistant Version: 2023.11.1  
- Tabbed Card Version: 0.3.2

Reproducible configuration

type: custom:tabbed-card
tabs:
  - attributes:
      label: Living Room
    card:
      type: vertical-stack
      cards:
        - type: vertical-stack
          cards:
            - type: media-control
              entity: media_player.adb_livingroomshield
            - type: media-control
              entity: media_player.plex_mrmc_livingroomshield
            - type: media-control
              entity: media_player.androidremote_livingroomshield
            - type: media-control
              entity: media_player.googlecast_livingroomshield
            - type: picture-entity
              entity: camera.living_room_tv_led
              name: ShieldTV Screen Capture

Additional context

No response

@kllngtme kllngtme added the bug Something isn't working label Nov 10, 2023
@kllngtme kllngtme changed the title [Bug]: [Bug]: Picture-entity not streaming in tabbed-card Nov 10, 2023
@kinghat
Copy link
Owner

kinghat commented Nov 10, 2023

can you please try the alpha version located in hacs with beta releases option enabled or from the github releases page?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants