Files
esphome/btproxy.yaml
T
artem caf51bb955 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.
2025-02-09 11:47:48 +01:00

21 lines
455 B
YAML

esphome:
name: btproxy
name_add_mac_suffix: true
friendly_name: "BTProxy"
project:
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
btproxy: !include templates/btproxy.yaml
# Allow HA to use our proxy.
api: !include templates/api.yaml