hass make it cooler
This commit is contained in:
parent
90ab908b28
commit
a70ef69f02
1 changed files with 25 additions and 25 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue