cleaned for new home
This commit is contained in:
28
esphome/cfg_offline/halloween-ghost01.yaml
Normal file
28
esphome/cfg_offline/halloween-ghost01.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user