many changes

This commit is contained in:
2024-11-15 02:30:04 +01:00
parent 1746412a11
commit bd9f1ce260
22 changed files with 412 additions and 170 deletions

View File

@@ -14,6 +14,11 @@
};
};
};
customize_domain = {
light = {
assumed_state = false;
};
};
"automation light_sunrise" = {
alias = "light_sunrise";
trigger = {
@@ -58,7 +63,7 @@
"light.livingroom_lights"
"light.hallway_lights"
"light.bathroom_lights"
"light.toilett_lights"
"light.toilet_lights"
"light.storage_lights"
];
to = "on";
@@ -67,7 +72,7 @@
{
choose = [
{
conditions = [ "{{ state_attr('sun.sun', 'elevation') < 5 and trigger.entity_id == 'light.toilett_lights' }}" ];
conditions = [ "{{ state_attr('sun.sun', 'elevation') < 5 and trigger.entity_id == 'light.toilet_lights' }}" ];
sequence = [
{
service = "light.turn_on";
@@ -105,7 +110,7 @@
entity_id = "{{ trigger.entity_id }}";
};
data = {
brightness_pct = 45;
brightness_pct = 30;
rgbw_color = [ 255 126 0 255 ];
};
}