hass: fixing window rolls
This commit is contained in:
parent
fbf9278e94
commit
60f7d13fa1
1 changed files with 10 additions and 16 deletions
|
@ -196,11 +196,8 @@ in {
|
|||
offset = "+00:01:00"; # 10 min after sunset
|
||||
}];
|
||||
action = [{
|
||||
service = "input_select.select_option";
|
||||
data = {
|
||||
entity_id = "input_select.windows_up";
|
||||
option = "off";
|
||||
};
|
||||
service = "input_boolean.turn_off";
|
||||
data.entity_id = "input_boolean.windows_up";
|
||||
}];
|
||||
}
|
||||
{
|
||||
|
@ -210,11 +207,8 @@ in {
|
|||
at = "09:00:00";
|
||||
}];
|
||||
action = [{
|
||||
service = "input_select.select_option";
|
||||
data = {
|
||||
entity_id = "input_select.windows_up";
|
||||
option = "on";
|
||||
};
|
||||
service = "input_boolean.turn_on";
|
||||
data.entity_id = "input_boolean.windows_up";
|
||||
}];
|
||||
}
|
||||
{
|
||||
|
@ -430,21 +424,21 @@ in {
|
|||
{ delay = delay; }
|
||||
(fyrtur_command "fyrtur2" 90)
|
||||
{ delay = delay; }
|
||||
(fyrtur_command "fyrtur3" 90)
|
||||
(fyrtur_command "fyrtur3" 100)
|
||||
{ delay = delay; }
|
||||
(fyrtur_command "fyrtur4" 99)
|
||||
(fyrtur_command "fyrtur4" 100)
|
||||
];
|
||||
};
|
||||
|
||||
fyrtur_down = {
|
||||
sequence = [
|
||||
(fyrtur_command "fyrtur1" 15)
|
||||
(fyrtur_command "fyrtur1" 16)
|
||||
{ delay = delay; }
|
||||
(fyrtur_command "fyrtur2" 15)
|
||||
(fyrtur_command "fyrtur2" 16)
|
||||
{ delay = delay; }
|
||||
(fyrtur_command "fyrtur3" 21)
|
||||
(fyrtur_command "fyrtur3" 22)
|
||||
{ delay = delay; }
|
||||
(fyrtur_command "fyrtur4" 21)
|
||||
(fyrtur_command "fyrtur4" 22)
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue