-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Custom:stack-in-card prevents Entities card from working in first tab #133
Comments
can you first try installing the alpha version: https://github.com/kinghat/tabbed-card/releases/tag/v0.4.0-alpha.2 of the card and see how if the issue persists? if you installed using HACS you can get it from there by enabling "show beta versions" when redownloading it. there were some big changes in that code that might have worked it out. |
Okay, I'll give it a try and let you know. |
I just installed the alpha version and the issue still remains. It only seems to apply to the |
did you clear your site data/cache and reload after updating to the alpha version? |
Yes. Cleared cache and restarted HA. I did it twice just to be sure. |
im able to reproduce an issue. not sure if its the same issue or even a tabbed-card issue but its something lol |
Yeah I have no idea myself. It only happens when the So I just switched out the custom:stack-in-card with the custom:vertical-stack-in-card and everything worked fine so it's something specifically between yuor card and RomRider;'s |
there are a lot of issues in there about rendering things, this one in particular: custom-cards/stack-in-card#49 |
@kinghat I have an off topic question to ask. I now I have the option to use |
off topic stuff should be kept to the discussion area: https://github.com/kinghat/tabbed-card/discussions more specifically, the feature requests category. there are already similar tab requests there such as: #70 which you can subscribe to. if you dont feel your request matches anything there, feel free to open another. |
More simple example:
Works unstable: And seems to be really related to custom-cards/stack-in-card#49 |
Description
It took me forever to figure this out but after trying almost every card combination I think I finally found the issue.
The issue occurs when using the and the
entities:
card together in the first tab and only the first tab. When the 'custom:stack-in-cardis used in the first row and the
entities:card is placed within the card it will not appear. All the other cards I tried worked fine just not the
entities:card. If the I put a 'conditional:
card within the 'custom:stack-in-card' and then use theentities:
as the card that is shown when the condition is true then it does work. It does not matter how manyentities:
cards I use, as long as they are separate and within thecustom:stack-in-card
they will not appear. If I copy the entire code from the first tab and use it for any additional tabs then all of a sudden it works. It also works when using the normalvertical-stack
card.Recording.2023-10-31.145640_compressed.mp4
Environment
Reproducible configuration
Additional context
No response
The text was updated successfully, but these errors were encountered: