You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
515 B

## MQTT Client Component ##
## https://esphome.io/components/mqtt.html
mqtt:
# Set to 0s to disable switch reboot if no MQTT connection exists
reboot_timeout: 15min
broker: ${mqtt_broker}
username: ${mqtt_username}
password: ${mqtt_password}
discovery: false
log_topic:
topic: esphome/logs/${devicename}
level: ERROR
topic_prefix: esphome
birth_message:
topic: esphome/state/${devicename}
payload: online
will_message:
topic: esphome/state/${devicename}
payload: offline