hass make it cooler

This commit is contained in:
Ingolf Wagner 2020-12-16 22:12:43 +01:00
parent 90ab908b28
commit a70ef69f02
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -288,29 +288,29 @@ in {
} }
]; ];
} }
{ #{
alias = "heater state = on2 in the early evening"; # alias = "heater state = on2 in the early evening";
trigger = [{ # trigger = [{
platform = "time"; # platform = "time";
at = "22:30:00"; # at = "22:30:00";
}]; # }];
action = [ # action = [
{ # {
service = "input_select.select_option"; # service = "input_select.select_option";
data = { # data = {
entity_id = "input_select.heater_state"; # entity_id = "input_select.heater_state";
option = "on2"; # option = "on2";
}; # };
} # }
{ # {
service = "input_select.select_option"; # service = "input_select.select_option";
data = { # data = {
entity_id = "input_select.heater_state_memory"; # entity_id = "input_select.heater_state_memory";
option = "on2"; # option = "on2";
}; # };
} # }
]; # ];
} #}
{ {
alias = "heater state = off in the evening"; alias = "heater state = off in the evening";
trigger = [{ trigger = [{
@ -428,8 +428,8 @@ in {
}; };
}; };
hot = 24; hot = 20;
cold = 19; cold = 14;
fyrtur_command = device: position: { fyrtur_command = device: position: {
service = "mqtt.publish"; service = "mqtt.publish";