From d5f6872fb65d90b6480bb0401142eb15134e563b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 10:56:29 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- hc2mqtt | 1 + 1 file changed, 1 insertion(+) diff --git a/hc2mqtt b/hc2mqtt index 04000ec..98ec684 100755 --- a/hc2mqtt +++ b/hc2mqtt @@ -137,6 +137,7 @@ def hc2mqtt( global dev dev = {} + def client_connect(client, device, mqtt_topic): host = device["host"]