Files
fresh-home/esphome/common/mqtt_all.yaml
T
2025-12-09 16:59:38 -05:00

31 lines
697 B
YAML

esphome:
api:
reboot_timeout: 0s
substitutions:
mqtt_root_topic: !secret mqtt_root_topic
mqtt:
broker: !secret mqtt_broker
port: !secret mqtt_port
username: !secret mqtt_username
password: !secret mqtt_password
discover_ip: False
discovery: false
discovery_retain: false
log_topic: null
topic_prefix: ${mqtt_root_topic}/${devicename}
# birth_message:
# topic: ${mqtt_root_topic}/${devicename}/availability
# payload: online
# will_message:
# topic: ${mqtt_root_topic}/${devicename}/availability
# payload: offline
# shutdown_message:
# topic: ${mqtt_root_topic}/${devicename}/availability
# payload: shutdown