many changes

This commit is contained in:
2025-02-23 16:00:33 +01:00
parent e2add63337
commit 386b70314d
29 changed files with 1840 additions and 423 deletions

View File

@@ -140,8 +140,8 @@
entity_id = "{{ trigger.entity_id }}";
};
data = {
brightness_pct = 20;
rgbw_color = [ 255 126 0 255 ];
brightness_pct = 30;
color_temp = 450;
};
}
];
@@ -372,12 +372,12 @@
all = true;
entities = [
"light.livingroom_switch"
"light.living_room_bulb_1"
"light.living_room_bulb_2"
"light.living_room_bulb_3"
"light.living_room_bulb_4"
"light.living_room_bulb_5"
"light.living_room_bulb_6"
"light.livingroom_bulb_1_rgbcw_bulb"
"light.livingroom_bulb_2_rgbcw_bulb"
"light.livingroom_bulb_3_rgbcw_bulb"
"light.livingroom_bulb_4_rgbcw_bulb"
"light.livingroom_bulb_5_rgbcw_bulb"
"light.livingroom_bulb_6_rgbcw_bulb"
];
}
{