mirror of
https://github.com/randybb/esphome-configs.git
synced 2026-07-01 00:46:03 +02:00
Create mcu-apollo-dev.yaml
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
# Board: Apollo ESPHome Starter Kit (Apollo Automation)
|
||||
# Definition: definitions/boards/apollo-esk-1/manifest.yaml
|
||||
|
||||
esphome:
|
||||
name: mcu-apollo-dev
|
||||
friendly_name: mcu-apollo-dev
|
||||
|
||||
esp32:
|
||||
variant: esp32c6
|
||||
flash_size: 8MB
|
||||
framework:
|
||||
type: esp-idf
|
||||
|
||||
logger:
|
||||
|
||||
api:
|
||||
encryption:
|
||||
key: "B30iETCPqYhIZ/aey5vvvqZpWz38XfZtBg4kPITXjYM="
|
||||
|
||||
ota:
|
||||
- platform: esphome
|
||||
|
||||
wifi:
|
||||
ssid: "!secret wifi_ssid"
|
||||
password: "!secret wifi_password"
|
||||
ap:
|
||||
ssid: mcu-apollo-dev Fallback Hotspot
|
||||
password: "Arae718OxwCt"
|
||||
|
||||
captive_portal:
|
||||
|
||||
switch:
|
||||
- platform: gpio
|
||||
id: accessory_power
|
||||
internal: true
|
||||
name: Accessory Power
|
||||
pin: 4
|
||||
restore_mode: ALWAYS_ON
|
||||
setup_priority: 2000
|
||||
|
||||
web_server:
|
||||
version: "3"
|
||||
Reference in New Issue
Block a user