44 lines
1.1 KiB
YAML
44 lines
1.1 KiB
YAML
substitutions:
|
|
device_name: "slaaptrainer_luuk"
|
|
friendly_name: "slaaptrainer Luuk"
|
|
comment: "esp-C3, RGBled"
|
|
api_password: !secret slaaptrainer_api
|
|
ota_password: !secret ota_password
|
|
wifi_ssid: !secret wifi_ssid
|
|
wifi_password: !secret wifi_password
|
|
wifi_ssid2: !secret wifi_ssid2
|
|
wifi_password2: !secret wifi_password2
|
|
gateway: !secret ip_gateway
|
|
subnet: !secret ip_subnet
|
|
ip: !secret slaaptrainer_luuk_ip
|
|
location: "slaapkamer Luuk"
|
|
board: "esp32-c3-devkitm-1"
|
|
framework: esp-idf
|
|
pin_led1: GPIO09
|
|
num_leds: "36"
|
|
chipset: WS2812
|
|
is_rgbw: "false"
|
|
|
|
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
|
|
colororange: !include color/COLOR_CSS_ORANGE
|
|
colorgreen: !include color/COLOR_CSS_GREEN
|
|
colorred: !include color/COLOR_CSS_RED
|
|
|
|
|
|
# time:
|
|
# - platform: sntp
|
|
# on_time:
|
|
# # Every morning on weekdays
|
|
# - seconds: 0
|
|
# minutes: 00
|
|
# hours: 7
|
|
# days_of_week: MON-FRI
|
|
# then:
|
|
# - light.turn_on: my_light
|
|
|
|
|