mirror of
https://github.com/randybb/esphome-configs.git
synced 2026-01-02 11:37:28 +01:00
19 lines
299 B
YAML
19 lines
299 B
YAML
substitutions:
|
|
device: watch
|
|
name: Watch
|
|
comment: "DEV"
|
|
|
|
esphome:
|
|
name: mcu-${device}
|
|
comment: ${comment}
|
|
|
|
esp32:
|
|
board: esp32doit-devkit-v1
|
|
flash_size: 8MB
|
|
framework:
|
|
type: esp-idf
|
|
version: 5.1.2
|
|
platform_version: 6.5.0
|
|
|
|
packages:
|
|
common: !include common/common.yaml |