hass make it cooler

This commit is contained in:
Ingolf Wagner 2020-12-16 22:12:43 +01:00
parent 90ab908b28
commit a70ef69f02
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

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