Update mqtt.yaml

mqtt devices discovery on (true)
This commit is contained in:
Sevikl
2026-02-08 13:41:32 +03:00
committed by GitHub
parent 65c0a42204
commit 6513a86796

View File

@@ -1,6 +1,6 @@
mqtt:
broker: $mqtt_host
port: $mqtt_port
discovery: false
discovery: true
username: $mqtt_username
password: $mqtt_password