Tonita
(Toni)
January 22, 2020, 3:44pm
1
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?
Tonita
(Toni)
January 23, 2020, 11:21am
2
has anyone had my same problem?
how can i solve?
Harry13
(George Georgas)
January 23, 2020, 12:14pm
3
Why arent you using an entities card ?
He IS using the entities card
petro
(Petro)
January 23, 2020, 1:22pm
5
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.
petro
(Petro)
January 23, 2020, 3:39pm
7
Is that photoshopped? The icons line up but the text does not. That does not look like a real screencap.
Tonita
(Toni)
January 23, 2020, 3:43pm
8
yes for understand the problem. There is a name of lights and I have prefered change in light1, 2, etc…
petro
(Petro)
January 23, 2020, 3:47pm
9
I have no clue what you’re saying.
Your configuration looks correct aside from the photo shop.
Tonita
(Toni)
January 23, 2020, 3:52pm
10
is there another way to turn on the lights en masse? (Switch_lights …)
petro
(Petro)
January 23, 2020, 4:02pm
11
yep with the following service:
- service: switch.turn_on
entity_id: all
Tonita
(Toni)
January 23, 2020, 4:35pm
12
where should I write these instructions?
Tonita
(Toni)
January 24, 2020, 7:49pm
13
Hi. I use entità card and with this, i have this problem