remove not existing method call
This commit is contained in:
parent
8ea93b3f31
commit
0585a3f401
@ -49,8 +49,6 @@ def main():
|
|||||||
global home
|
global home
|
||||||
home.get_current_state()
|
home.get_current_state()
|
||||||
for group in home.groups:
|
for group in home.groups:
|
||||||
if group.groupType == "HEATING":
|
|
||||||
heating_profile(group)
|
|
||||||
if group.groupType == "META":
|
if group.groupType == "META":
|
||||||
for device in group.devices:
|
for device in group.devices:
|
||||||
if isinstance(device, ShutterContact):
|
if isinstance(device, ShutterContact):
|
||||||
|
Loading…
Reference in New Issue
Block a user