updates
This commit is contained in:
32
esphome/testing.yaml
Normal file
32
esphome/testing.yaml
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
esphome:
|
||||||
|
name: testing
|
||||||
|
friendly_name: Testing
|
||||||
|
|
||||||
|
esp32:
|
||||||
|
board: esp32-c3-devkitm-1
|
||||||
|
framework:
|
||||||
|
type: esp-idf
|
||||||
|
|
||||||
|
# Enable logging
|
||||||
|
logger:
|
||||||
|
|
||||||
|
# Enable Home Assistant API
|
||||||
|
api:
|
||||||
|
encryption:
|
||||||
|
key: "fVFYZzMyxEN5INECLhCsVPR4f6TvacAavM4YruHdx6A="
|
||||||
|
|
||||||
|
ota:
|
||||||
|
- platform: esphome
|
||||||
|
password: "5d96e6537f0c3a084e835db2f2029a70"
|
||||||
|
|
||||||
|
wifi:
|
||||||
|
ssid: !secret wifi_ssid
|
||||||
|
password: !secret wifi_password
|
||||||
|
|
||||||
|
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
||||||
|
ap:
|
||||||
|
ssid: "Testing Fallback Hotspot"
|
||||||
|
password: "Ylq0K0UGTZi3"
|
||||||
|
|
||||||
|
captive_portal:
|
||||||
|
|
||||||
Reference in New Issue
Block a user