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):