29 lines
758 B
YAML
29 lines
758 B
YAML
|
|
|
|
substitutions:
|
|
device_name: "halloween-ghost01"
|
|
friendly_name: "halloween-ghost01"
|
|
comment: "esp32c3, RGBled"
|
|
location: "Woonkamer"
|
|
board: "esp32-c3-devkitm-1"
|
|
framework: arduino
|
|
api_password: !secret halloween_ghost01_api
|
|
ota_password: !secret ota_password
|
|
wifi_ssid: !secret wifi_ssid
|
|
wifi_password: !secret wifi_password
|
|
gateway: !secret ip_gateway
|
|
subnet: !secret ip_subnet
|
|
ip: !secret halloween_ghost01_ip
|
|
pin_led1: GPIO10
|
|
num_leds: "1"
|
|
chipset: WS2812
|
|
|
|
packages:
|
|
board: !include boards/esp32-gen.yaml
|
|
connection: !include common/wifi.yaml
|
|
device_base: !include common/common.yaml
|
|
logger: !include templates/logger.yaml
|
|
leds: !include templates/light_rgbw_rmt.yaml
|
|
bt_proxy: !include common/bluetooth.yaml
|
|
|