When the header-toggle is enabled, toggling it will send a separate-command to each of the entities, which can cause delays/issues.
The solution is to use Zigbee groups, so I added the separate entities to a zigbee group which HA currently recognizes as light.kitchen_lights.
However, from what I understand it’s impossible to control which entities header-toggle controls, it will always be each of the entities in the card’s rows. Is that correct?
I have tried using the header but I think it looks horrible and not nearly as neat as the toggle.
A workaround would be to use two entities cards, one with header-toggle enabled, the other not. You could then use something like Vertical Stack In Card from HACS to join them together making them appear to be one card.
In this example, the header toggle turns on the lights but not the sockets.
@Stiltjack@francisp thanks both for helping out! I’d rather rely as little as possible on third-party integrations, and if I can install something manually I’d rather do it this way. I’ll try the Resources tab.
@Stiltjack I got the vertical cards to work, but I don’t want the entity to show. Only to have the header toggle the group, but I don’t want the entity itself to appear. So I’m not sure this is suitable.
Agreed, anyway as I said I want the title toggle to control the group, but I don’t want to have to show this group entity in a separate row as well, so this doesn’t look like its’ going to work. Any ideas?
I want a card that looks exactly like this or almost exactly like this, with the exception that pressing the topmost toggle (the one near the title) will send a toggle to light.some_other_entity instead of the default behavior (sending a toggle command to each of the entities listed in the Entities card).
Would also be interested, having the same requirement. Basically a solution would be to select in the entities card configuration which entity is toggled by the header toggle (entity should not need to be configured in the entities card itself)