Make SNTP and MQTT server addresses configurable
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
mqtt:
|
||||
broker: eye
|
||||
broker: !secret mqtt_broker
|
||||
username: esphome
|
||||
password: !secret mqtt_password
|
||||
id: mqtt_homeassistant
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
wifi_ssid: IoT
|
||||
wifi_password: "IoT$eKuRe"
|
||||
ota_password: "OTA_ALS0_SECCUR"
|
||||
mqtt_broker: "mymqttserver"
|
||||
mqtt_password: "ttqm"
|
||||
lock_pin: 314
|
||||
wifi_ap_lookup:
|
||||
|
||||
Reference in New Issue
Block a user