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.
This commit is contained in:
2025-02-09 11:47:48 +01:00
parent d832cfa957
commit caf51bb955
+5
View File
@@ -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