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

"Consolidate Entities" creates promblem with "Persist Features" #43

Closed
vncnt-dev opened this issue Jul 17, 2020 · 3 comments
Closed

"Consolidate Entities" creates promblem with "Persist Features" #43

vncnt-dev opened this issue Jul 17, 2020 · 3 comments

Comments

@vncnt-dev
Copy link

If "Consolidate Entities" is active, the card only contains the Header Line and no additional feature.

image

image

@vncnt-dev
Copy link
Author

vncnt-dev commented Sep 4, 2020

Is there some kind of update?

@ljmerza
Copy link
Owner

ljmerza commented Sep 8, 2020

general groups do not have the supported_features flag needed to calculate what features an entity has. You need to create a switch or light group instead of a general group. Either that or request that a supported_features attribute be added to general groups. This doesnt have anything to do with consolidate groups

you can see if i create a light group the supported_features attribute shows up

- platform: group
  name: Floor Lamps
  entities:
    - light.window_top
    - light.window_middle
    - light.window_bottom

image

but if i create a light group as a general group then the attr doesnt show up

all_lights_custom:
  entities:
    - light.entrance
    - light.living_room_lamp

image

@vncnt-dev
Copy link
Author

Thank you, the group light platform works for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants