|
|
|
@ -2,7 +2,7 @@ |
|
|
|
## https://esphome.io/components/mqtt.html |
|
|
|
mqtt: |
|
|
|
# Set to 0s to disable switch reboot if no MQTT connection exists |
|
|
|
reboot_timeout: 15min |
|
|
|
reboot_timeout: ${mqtt_reboot_timeout} |
|
|
|
broker: ${mqtt_broker} |
|
|
|
username: ${mqtt_username} |
|
|
|
password: ${mqtt_password} |
|
|
|
|