hass: try to fix heater_off command
This commit is contained in:
parent
349389ceb8
commit
f9b3acbd79
1 changed files with 12 additions and 5 deletions
|
@ -372,7 +372,7 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
hot = 28;
|
||||
hot = 27;
|
||||
cold = 19;
|
||||
|
||||
fyrtur_command = device: position: {
|
||||
|
@ -386,13 +386,20 @@ in {
|
|||
in {
|
||||
heater_off = {
|
||||
sequence = [
|
||||
(heater_off "heater1") # office
|
||||
#(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_off "heater2") # office
|
||||
(heater_on "heater2" 5) # office
|
||||
{ delay = delay; }
|
||||
(heater_off "heater3") # bed room
|
||||
(heater_on "heater3" 5) # bed room
|
||||
{ delay = delay; }
|
||||
(heater_off "heater4") # storage room
|
||||
(heater_on "heater4" 5) # storage room
|
||||
];
|
||||
};
|
||||
heater_on1 = {
|
||||
|
|
Loading…
Reference in a new issue