remove not existing method call

This commit is contained in:
Robert Borzutzki 2022-01-10 10:04:24 +01:00
parent 8ea93b3f31
commit 0585a3f401
1 changed files with 0 additions and 2 deletions

View File

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