-
Notifications
You must be signed in to change notification settings - Fork 40
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
Can't include head: options when using inside a auto-entities group filter #230
Comments
The code is wrong.
|
But doesn't that make everything in the auto-entities list a fold-entity-row? I only want that single group to be a fold-entity-row. My code almost works, it does everything except show secondary-info in the head |
groups.lock is just there to show that I'm using auto-entities to expand other groups into normal entities |
The last example in the readmd has this:
I'm basically trying to use this but also set the
it doesn't keep label. I'm starting to wonder if this is an auto-entities issue. |
Ok, so I looked at the code and my current hypothesis is that it's because of https://github.com/thomasloven/lovelace-fold-entity-row/blob/master/src/main.ts#L54 which is |
Ok, I tested it and it turned out to be right. I submitted a PR. |
My Home Assistant version: 2021.09.7
Fold-entity-row version (FROM BROWSER CONSOLE): 20.0.12
What I am doing: Trying to set
head
inside aauto-entities
group filterWhat I expected to happen: entity shows up with secondary-info in the head
What happened instead: secondary-info isn't showing up. the entities inside the group are showing up with the right state but without the secondary info
Minimal steps to reproduce:
Error messages from the browser console:
By putting an X in the boxes ([X]) below, I indicate that I:
The text was updated successfully, but these errors were encountered: