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:
|
else:
|
||||||
demand = False
|
demand = False
|
||||||
|
|
||||||
print(heating)
|
print(demand)
|
||||||
|
|
||||||
runs = 0
|
runs = 0
|
||||||
if demand:
|
if demand:
|
||||||
|
|
Loading…
Reference in a new issue