Fix flake8 requirements

This commit is contained in:
Meatballs1
2024-03-19 21:11:40 +00:00
parent 2277c7c36f
commit ad2c7f11ea
2 changed files with 10 additions and 6 deletions

View File

@@ -115,7 +115,8 @@ def client_connect(client, device, mqtt_topic):
active_program = False
for value in device["features"]:
# If the device has the ActiveProgram feature it allows programs to be started and scheduled via /ro/activeProgram
# If the device has the ActiveProgram feature it allows programs to be started and
# scheduled via /ro/activeProgram
if "BSH.Common.Root.ActiveProgram" == device["features"][value]["name"]:
active_program = True
if (