diff --git a/configs/pepe/home-assistant.nix b/configs/pepe/home-assistant.nix index 903b1cc..0b62e42 100644 --- a/configs/pepe/home-assistant.nix +++ b/configs/pepe/home-assistant.nix @@ -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) ]; };