Merge branch 'master' of https://gitlab.cabestan.be/feeling/esphome-configs
This commit is contained in:
15
secrets.yaml
15
secrets.yaml
@@ -1,15 +0,0 @@
|
|||||||
|
|
||||||
wireless_ssid: lauIOT
|
|
||||||
wireless_key: superiot1
|
|
||||||
wireless_domain: .home.cabestan.be
|
|
||||||
|
|
||||||
|
|
||||||
ota_key: feelhome123
|
|
||||||
api_secret: feelhome123
|
|
||||||
|
|
||||||
ap_secret: 4rg5reqg587qg
|
|
||||||
|
|
||||||
api_encryption_key: XUEKr0muD0rg7Aw6L6Itv4FO9W0GQFGmO9uF/zIleZo=
|
|
||||||
|
|
||||||
mqtt_espsalon: 54e5ge65g4
|
|
||||||
|
|
||||||
36
test1.yaml
36
test1.yaml
@@ -1,36 +0,0 @@
|
|||||||
esphome:
|
|
||||||
name: test1
|
|
||||||
platform: ESP32
|
|
||||||
board: esp-wrover-kit
|
|
||||||
|
|
||||||
logger:
|
|
||||||
|
|
||||||
api:
|
|
||||||
password: !secret api_secret
|
|
||||||
|
|
||||||
ota:
|
|
||||||
password: !secret ota_key
|
|
||||||
|
|
||||||
wifi:
|
|
||||||
ssid: !secret wireless_ssid
|
|
||||||
password: !secret wireless_key
|
|
||||||
domain: !secret wireless_domain
|
|
||||||
|
|
||||||
ap:
|
|
||||||
ssid: "ESPsalon_Fallback"
|
|
||||||
password: !secret ap_secret
|
|
||||||
|
|
||||||
captive_portal:
|
|
||||||
|
|
||||||
web_server:
|
|
||||||
port: 80
|
|
||||||
|
|
||||||
time:
|
|
||||||
- platform: sntp
|
|
||||||
id: sntp_time
|
|
||||||
servers:
|
|
||||||
- 193.190.198.10
|
|
||||||
# timezone: "Europe/Brussels"
|
|
||||||
on_time_sync:
|
|
||||||
then:
|
|
||||||
- logger.log: "NTP : Synchronized sntp clock"
|
|
||||||
Reference in New Issue
Block a user