Disable mqtt logs when API log is enabled

This commit is contained in:
2025-01-25 14:01:57 +01:00
parent 6f1dfedf2f
commit 84f6c8fe10
+3 -1
View File
@@ -2,6 +2,8 @@ api:
encryption:
key: !secret api_encryption_key
# Disable MQTT discovery to prevent duplicate device.
mqtt:
# Disable MQTT discovery to prevent duplicate device.
discovery: false
# Disable MQTT logging to lower the traffic.
log_topic: null