From 0585a3f40185f81e3aee801f7bd2f27ae032af09 Mon Sep 17 00:00:00 2001 From: Robert Borzutzki Date: Mon, 10 Jan 2022 10:04:24 +0100 Subject: [PATCH] remove not existing method call --- readHomematicIP.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/readHomematicIP.py b/readHomematicIP.py index fc8e221..1249b42 100755 --- a/readHomematicIP.py +++ b/readHomematicIP.py @@ -49,8 +49,6 @@ def main(): global home home.get_current_state() for group in home.groups: - if group.groupType == "HEATING": - heating_profile(group) if group.groupType == "META": for device in group.devices: if isinstance(device, ShutterContact):