-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
'no_card: true' don‘t work with 'in_card: true' in vertical-stack #14
Comments
Hmm, I suppose I could include that ability, you could always add type: vertical-stack
cards:
- type: entities
title: Lights
no_card: true
entities:
- entity: light.bedroom_light
secondary_info:
entity: light.bedroom_underglow
prefix: 'The Underglow is '
- type: entities
title: Lights
no_card: true
canary_style:
margin-top: -24px;
entities:
- light.bedroom_underglow The reason it doesn't just work implicitly is that the |
Thank you, for your help. |
Can you provide an example config to demonstrate the issue you're having? I've updated the example above to include an example of canary_style:
margin-top: -24px; |
|
Ahhh, I made the mistake of testing on my development version, you're correct |
Thank you very much! |
This should be fixed in 0.3.2, let me know if it's working now. |
It is still the same problem with 0.3.2 |
Did you make sure you're running the new version, it will show which version you are running in the browser console. In that image you sent, |
Yes, the latest version is installed. |
The
|
The option
no_card: true
don‘t work in a vertical-stack card if setin_card: true
also.The text was updated successfully, but these errors were encountered: