hass: changed final heat up time
This commit is contained in:
parent
f9b3acbd79
commit
a494d1dede
1 changed files with 1 additions and 8 deletions
|
@ -254,7 +254,7 @@ in {
|
|||
alias = "heater state = on2 in the early evening";
|
||||
trigger = [{
|
||||
platform = "time";
|
||||
at = "19:45:00";
|
||||
at = "22:30:00";
|
||||
}];
|
||||
action = [{
|
||||
service = "input_select.select_option";
|
||||
|
@ -386,13 +386,6 @@ in {
|
|||
in {
|
||||
heater_off = {
|
||||
sequence = [
|
||||
#(heater_off "heater1") # office
|
||||
#{ delay = delay; }
|
||||
#(heater_off "heater2") # office
|
||||
#{ delay = delay; }
|
||||
#(heater_off "heater3") # bed room
|
||||
#{ delay = delay; }
|
||||
#(heater_off "heater4") # storage room
|
||||
(heater_on "heater1" 5) # office
|
||||
{ delay = delay; }
|
||||
(heater_on "heater2" 5) # office
|
||||
|
|
Loading…
Reference in a new issue