Some change to heating cotrol
This commit is contained in:
parent
0943e948c7
commit
f8e4c8a8d3
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ if heating['state'] == 'on':
|
|||
else:
|
||||
demand = False
|
||||
|
||||
print(heating)
|
||||
print(demand)
|
||||
|
||||
runs = 0
|
||||
if demand:
|
||||
|
|
Loading…
Reference in a new issue