From f8e4c8a8d3c2a31506c53507d0d5bba938413848 Mon Sep 17 00:00:00 2001 From: Alex Manning Date: Fri, 9 Aug 2019 18:11:37 +0000 Subject: [PATCH] Some change to heating cotrol --- control/hass-heating.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control/hass-heating.py b/control/hass-heating.py index a8685b4..0ff54db 100755 --- a/control/hass-heating.py +++ b/control/hass-heating.py @@ -30,7 +30,7 @@ if heating['state'] == 'on': else: demand = False -print(heating) +print(demand) runs = 0 if demand: