hass: changed final heat up time

feature/hass
Ingolf Wagner 2020-11-12 20:04:01 +01:00
parent f9b3acbd79
commit a494d1dede
Signed by: palo
GPG Key ID: 76BF5F1928B9618B
1 changed files with 1 additions and 8 deletions

View File

@ -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