config files on 14-12-2023 09:06:28
This commit is contained in:
22
esphome/kerstlantern.yaml
Normal file
22
esphome/kerstlantern.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
substitutions:
|
||||
device_name: "kerstlantern"
|
||||
friendly_name: "kerstlantern"
|
||||
comment: "esp32-c3"
|
||||
location: "woonkamer"
|
||||
api_password: !secret kerstlantern_api
|
||||
ip: !secret kerstlatern_ip
|
||||
ota_password: !secret ota_password
|
||||
wifi_ssid: !secret wifi_ssid
|
||||
wifi_password: !secret wifi_password
|
||||
gateway: !secret ip_gateway
|
||||
subnet: !secret ip_subnet
|
||||
chipset: SK6812
|
||||
num_leds: "3"
|
||||
pin_led1: GPIO3
|
||||
|
||||
packages:
|
||||
board: !include boards/esp32-C3.yaml
|
||||
device_base: !include common/common.yaml
|
||||
connection: !include common/wifi.yaml
|
||||
logger: !include templates/logger.yaml
|
||||
leds: !include templates/light_rgbw_rmt.yaml
|
||||
Reference in New Issue
Block a user