Skip to content

Toggle room instead of all lights with switch #55

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

Closed
baurmatt opened this issue Sep 13, 2023 · 4 comments
Closed

Toggle room instead of all lights with switch #55

baurmatt opened this issue Sep 13, 2023 · 4 comments

Comments

@baurmatt
Copy link

First of all: Thank you very much! I've been dreaming of a hue style card for years and yours is close to perfect!

When implementing your card into my setup, I've realized that hitting the switch to enable/disable all lights doesn't trigger them simultaneously as the official Hue app does. This is probably because the card triggers each light individually, instead of using the Hue provided room entity. My feature request would be: Can we please get the entity configurable that's trigger on hitting the switch?

Thanks in advance!

@baurmatt
Copy link
Author

This should probably also be configurable for the slider 🤔

@Gh61
Copy link
Owner

Gh61 commented Sep 13, 2023

Thank you.

Interesting idea. I can see, that if you are controlling bigger number of lights, there could be some delay.

I'll try to look into possibilities to manipulate with all lights at once or as you suggested - option to set some room entity for changing everything in given room.

@Gh61
Copy link
Owner

Gh61 commented Sep 15, 2023

I did some testing and the only way I can get close to syncing all lights turning on/off and changing brightness simultaneously is using the zone/room entity as you suggested (in case of Hue integration the entity is disabled by default).
I will add the option to set this entity to card, for smoother experience.

@Gh61
Copy link
Owner

Gh61 commented Nov 27, 2023

This feature was implemented in PR #123 and will be in the next release.

@Gh61 Gh61 closed this as completed Nov 27, 2023
Gh61 added a commit that referenced this issue Nov 30, 2023
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