diff --git a/configs/pepe/home-assistant.nix b/configs/pepe/home-assistant.nix index b8ea9fd..a18ab3d 100644 --- a/configs/pepe/home-assistant.nix +++ b/configs/pepe/home-assistant.nix @@ -66,8 +66,8 @@ in { input_boolean.windows_up.icon = "mdi:toggle-switch"; # heater scenes - input_select.heater_state.options = [ "off" "on1" "on2" ]; - input_select.heater_state_memory.options = [ "off" "on1" "on2" ]; + input_select.heater_state.options = [ "off" "on1" "on2" "on3" ]; + input_select.heater_state_memory.options = [ "off" "on1" "on2" "on3" ]; automation = [ @@ -474,6 +474,17 @@ in { (heater_on "heater4" cold) # storage room ]; }; + heater_on3 = { + sequence = [ + (heater_on "heater1" cold) # office + { delay = delay; } + (heater_on "heater2" cold) # office + { delay = delay; } + (heater_on "heater3" hot) # bed room + { delay = delay; } + (heater_on "heater4" cold) # storage room + ]; + }; fyrtur_up = { sequence = [