32 lines
No EOL
585 B
YAML
32 lines
No EOL
585 B
YAML
esphome:
|
|
name: cogito-test-device-01
|
|
friendly_name: cogito_test_device_01
|
|
|
|
esp32:
|
|
board: esp32-c3-devkitm-1
|
|
framework:
|
|
type: arduino
|
|
|
|
# Enable logging
|
|
logger:
|
|
|
|
# Enable Home Assistant API
|
|
api:
|
|
encryption:
|
|
key: "Y5Q85OV6azHBVAQrjhXGMdvMbSOU8hUlSxraxbWLBS0="
|
|
|
|
ota:
|
|
- platform: esphome
|
|
password: "d9d3932d3a99f319e0c08faa3999e763"
|
|
|
|
wifi:
|
|
ssid: !secret wifi_ssid
|
|
password: !secret wifi_password
|
|
|
|
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
|
ap:
|
|
ssid: "Cogito-Test-Device-01"
|
|
password: "Um3hq07EPrmL"
|
|
|
|
captive_portal:
|
|
|