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";
|
# 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";
|
||||||
|
|
Loading…
Reference in a new issue