[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2024-03-19 21:11:56 +00:00
parent ad2c7f11ea
commit b1f20b82b5
2 changed files with 4 additions and 4 deletions

View File

@@ -115,7 +115,7 @@ 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
# 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