Make SNTP and MQTT server addresses configurable
This commit is contained in:
@@ -10,7 +10,7 @@ packages:
|
|||||||
|
|
||||||
time:
|
time:
|
||||||
- platform: sntp
|
- platform: sntp
|
||||||
servers: [eye]
|
servers: !secret sntp_servers
|
||||||
on_time:
|
on_time:
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ packages:
|
|||||||
|
|
||||||
time:
|
time:
|
||||||
- platform: sntp
|
- platform: sntp
|
||||||
servers: [eye]
|
servers: !secret sntp_servers
|
||||||
on_time:
|
on_time:
|
||||||
# Heating schedule is 5AM to 8PM. Judging by the burner state, it means that
|
# Heating schedule is 5AM to 8PM. Judging by the burner state, it means that
|
||||||
# by 5AM the water is expected to be hot (60C) and at 8PM it's expected to be
|
# by 5AM the water is expected to be hot (60C) and at 8PM it's expected to be
|
||||||
|
|||||||
@@ -1 +1,3 @@
|
|||||||
somfy_remote_id_base: "11111"
|
somfy_remote_id_base: "11111"
|
||||||
|
sntp_servers:
|
||||||
|
- pool.ntp.org
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
mqtt:
|
mqtt:
|
||||||
broker: eye
|
broker: !secret mqtt_broker
|
||||||
username: esphome
|
username: esphome
|
||||||
password: !secret mqtt_password
|
password: !secret mqtt_password
|
||||||
id: mqtt_homeassistant
|
id: mqtt_homeassistant
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
wifi_ssid: IoT
|
wifi_ssid: IoT
|
||||||
wifi_password: "IoT$eKuRe"
|
wifi_password: "IoT$eKuRe"
|
||||||
ota_password: "OTA_ALS0_SECCUR"
|
ota_password: "OTA_ALS0_SECCUR"
|
||||||
|
mqtt_broker: "mymqttserver"
|
||||||
mqtt_password: "ttqm"
|
mqtt_password: "ttqm"
|
||||||
lock_pin: 314
|
lock_pin: 314
|
||||||
wifi_ap_lookup:
|
wifi_ap_lookup:
|
||||||
|
|||||||
Reference in New Issue
Block a user