Discovery missing effects

This commit is contained in:
2026-04-21 23:13:38 +02:00
parent cf36a2c07f
commit 179fb77b95

View File

@@ -904,7 +904,6 @@ def connect_mqtt():
)
client.set_callback(on_message)
client.connect()
client.sock.settimeout(0)
client_ref = client
_mqtt_connected = True
info(f"MQTT connected client_id={MQTT_CLIENT_ID}")