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

Button background does not work for light groups #8

Open
ando01 opened this issue Sep 9, 2020 · 0 comments
Open

Button background does not work for light groups #8

ando01 opened this issue Sep 9, 2020 · 0 comments

Comments

@ando01
Copy link

ando01 commented Sep 9, 2020

I have a light group that consists of 2 table lamps and am using the standard buttons in an entity card. The buttons work to change the light levels, however the background never changes to show the state. I have verified that the buttons work as expected for the individual lamp entities so I am not sure why the group does not work.

Here is my group in groups.yaml:

  family_room_lamps:
   entities:
     - light.left_family_room_lamp
     - light.right_family_room_lamp

And here is the configuration in the entities card:

  - customSetpoints: true
    entity: group.family_room_lamps
    hiBrightness: 254
    icon: 'mdi:lamp'
    lowBrightness: 50
    medBrightness: 120
    name: Table Lamps
    secondary_info: last-changed
    type: 'custom:light-brightness-preset-row'
  - customSetpoints: true
    entity: light.family_room_fan
    hiBrightness: 254
    lowBrightness: 64
    medBrightness: 128
    name: Family Room Fan
    type: 'custom:light-brightness-preset-row'
  - entity: remote.familyroom
    title: Family Room
  - entity: light.left_family_room_lamp
    type: 'custom:light-brightness-preset-row'
  - entity: light.right_family_room_lamp
    type: 'custom:light-brightness-preset-row'
type: entities

here is a screen shot of the individual lamps in high and the group shows off:

Screen Shot 2020-09-09 at 5 54 04 AM

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

1 participant