From caf51bb955d339bd1fa3aa65ede9256c917c5037 Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Sun, 9 Feb 2025 11:47:48 +0100 Subject: [PATCH] Disable mqtt completely on btproxy It's very confusing now that all states are written to the same mqtt topic. Besides, the only function ever used from it (logs) is now in syslog. --- btproxy.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/btproxy.yaml b/btproxy.yaml index 59308f5..07a7545 100644 --- a/btproxy.yaml +++ b/btproxy.yaml @@ -7,6 +7,11 @@ esphome: name: dasfoo.btproxy version: "1.0" +mqtt: + # MQTT writes will have conflicting nodes because all our proxies have + # the same name. API should be sufficient. + enable_on_boot: false + packages: device_base: !include templates/esp32-poe.yaml