feat: add external component and some test configurations
This commit is contained in:
parent
4c612fc462
commit
5b0930d616
11 changed files with 511 additions and 6 deletions
29
wordclock_new.yaml
Normal file
29
wordclock_new.yaml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
esphome:
|
||||
name: wordclock-livingroom
|
||||
|
||||
esp32:
|
||||
board: ttgo-t7-v13-mini32
|
||||
framework:
|
||||
type: arduino
|
||||
|
||||
# Enable logging
|
||||
logger:
|
||||
|
||||
# Enable Home Assistant API
|
||||
api:
|
||||
password: ""
|
||||
|
||||
ota:
|
||||
password: ""
|
||||
|
||||
wifi:
|
||||
ssid: "wifithing"
|
||||
password: "lostandfound1"
|
||||
|
||||
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
||||
ap:
|
||||
ssid: "Wordclock-Livingroom"
|
||||
password: "wGfGBPnJcbzE"
|
||||
|
||||
captive_portal:
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue