mirror of
https://github.com/randybb/esphome-configs.git
synced 2026-07-02 09:16:04 +02:00
Edit mcu-apollo-dev.yaml
This commit is contained in:
+19
-21
@@ -1,9 +1,22 @@
|
|||||||
# Board: Apollo ESPHome Starter Kit (Apollo Automation)
|
---
|
||||||
# Definition: definitions/boards/apollo-esk-1/manifest.yaml
|
substitutions:
|
||||||
|
device: apollo-dev
|
||||||
|
name: Apollo DEV
|
||||||
|
area: DEV
|
||||||
|
comment: --
|
||||||
|
|
||||||
esphome:
|
esphome:
|
||||||
name: mcu-apollo-dev
|
name: mcu-${device}
|
||||||
friendly_name: mcu-apollo-dev
|
friendly_name: ${name}
|
||||||
|
area: ${area}
|
||||||
|
comment: ${comment}
|
||||||
|
# on_boot:
|
||||||
|
# - priority: 800
|
||||||
|
# then:
|
||||||
|
# - lambda: |-
|
||||||
|
# id(display_tft).enable();
|
||||||
|
# id(display_tft).transfer_byte(0x11);
|
||||||
|
# id(display_tft).disable();
|
||||||
|
|
||||||
esp32:
|
esp32:
|
||||||
variant: esp32c6
|
variant: esp32c6
|
||||||
@@ -11,23 +24,8 @@ esp32:
|
|||||||
framework:
|
framework:
|
||||||
type: esp-idf
|
type: esp-idf
|
||||||
|
|
||||||
logger:
|
packages:
|
||||||
|
common: !include common/common.yaml
|
||||||
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:
|
switch:
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
|
|||||||
Reference in New Issue
Block a user