1
0
Fork 0

Mehr timers fürs Schlafzimmer

This commit is contained in:
Malte Brandy 2021-12-14 23:18:27 +01:00
parent ba319924d0
commit f17fde10e9

View file

@ -236,10 +236,16 @@ in
}
{
alias = "Schlafzimmer vorheizen";
trigger = [{ platform = "time"; at = "21:00:00"; }];
trigger = [{ platform = "time"; at = "19:00:00"; } { platform = "time"; at = "04:00:00"; }];
condition = [{ condition = "state"; entity_id = "input_select.scene_schlafzimmer"; state = "empty"; }];
action = [{ service = "input_select.select_option"; data.option = "heat"; entity_id = "input_select.scene_schlafzimmer"; }];
}
{
alias = "Schlafzimmer nachts kühl";
trigger = [{ platform = "time"; at = "01:00:00"; }];
condition = [{ condition = "state"; entity_id = "input_select.scene_schlafzimmer"; state = "heat"; }];
action = [{ service = "input_select.select_option"; data.option = "empty"; entity_id = "input_select.scene_schlafzimmer"; }];
}
{
alias = "Morgens Licht an";
trigger = [{ platform = "time"; at = "08:00:00"; }];