Problems with LOVELACE - MANUAL CARD

Hi. I have write a code in Manual card for turn on and turn off the lights.

I have write:

entities:

  • entity: switch.light1
  • entity: switch.light2
  • entity: switch.light3
  • entity: switch.light4
  • entity: switch.light5
  • entity: switch.light6
  • entity: switch.light7
  • entity: switch.light8
  • entity: switch.light9
  • entity: switch.light10

show_header_toggle: true
title: LIGHTS
type: entities
theme: Backend-selected

Why, when I click on header switch, I have ON only one switch.light and not all?

If manually turn on the lights, individually they turn on and off…but if I want to turn them all on, I can’t … where am I wrong?

has anyone had my same problem?

how can i solve?

Why arent you using an entities card ?

He IS using the entities card

Format your yaml properly and people will be able to help. Personally, I don’t think you have it set up right just by noticing that ‘theme’ is included in your configuration. But i can’t tell because the format is lost with your post.

Ok i have this.

Is that photoshopped? The icons line up but the text does not. That does not look like a real screencap.

yes for understand the problem. There is a name of lights and I have prefered change in light1, 2, etc…

I have no clue what you’re saying.

Your configuration looks correct aside from the photo shop.

is there another way to turn on the lights en masse? (Switch_lights …)

yep with the following service:

- service: switch.turn_on
  entity_id: all

where should I write these instructions?

Hi. I use entità card and with this, i have this problem