Disable mqtt logs when API log is enabled
This commit is contained in:
+3
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user