fix: fw lightning
This commit is contained in:
parent
450d9d6457
commit
55c15c790d
1 changed files with 8 additions and 1 deletions
|
|
@ -396,7 +396,13 @@
|
||||||
all = true;
|
all = true;
|
||||||
entities = [
|
entities = [
|
||||||
"light.livingroom_switch"
|
"light.livingroom_switch"
|
||||||
"light.living_room"
|
"light.living_bulb_1"
|
||||||
|
"light.living_bulb_2"
|
||||||
|
"light.living_bulb_3"
|
||||||
|
"light.living_bulb_4"
|
||||||
|
"light.living_bulb_5"
|
||||||
|
"light.living_bulb_6"
|
||||||
|
# "light.living_room"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
@ -410,6 +416,7 @@
|
||||||
all = true;
|
all = true;
|
||||||
entities = [
|
entities = [
|
||||||
"light.kitchen_switch"
|
"light.kitchen_switch"
|
||||||
|
"light.kitchen_bulb_1"
|
||||||
"light.kitchen"
|
"light.kitchen"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue