hass heater meshup

This commit is contained in:
Ingolf Wagner 2020-12-23 03:30:22 +01:00
parent 5b2062f912
commit bbe89f56fc
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -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 = [