cleaned for new home
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
|
||||
substitutions:
|
||||
device_name: "kersthuis-02"
|
||||
friendly_name: "kersthuis-02"
|
||||
comment: "esp32-c3"
|
||||
friendly_name: "kersthuis-02_peperkoekman"
|
||||
comment: "esp32-c3: SK6812"
|
||||
location: "woonkamer"
|
||||
api_password: !secret kersthuis-02_api
|
||||
ip: !secret kersthuis-02_ip
|
||||
@@ -11,6 +11,8 @@ substitutions:
|
||||
wifi_password: !secret wifi_password
|
||||
gateway: !secret ip_gateway
|
||||
subnet: !secret ip_subnet
|
||||
chipset: SK6812
|
||||
num_leds: "3"
|
||||
pin_led1: GPIO3
|
||||
|
||||
|
||||
@@ -20,21 +22,22 @@ packages:
|
||||
connection: !include common/wifi.yaml
|
||||
# status: !include templates/status.yaml
|
||||
logger: !include templates/logger.yaml
|
||||
leds: !include templates/light_rgbw_rmt.yaml
|
||||
|
||||
light:
|
||||
- platform: esp32_rmt_led_strip
|
||||
rmt_channel: 0
|
||||
is_rgbw: true
|
||||
id: led_lights
|
||||
restore_mode: RESTORE_DEFAULT_ON
|
||||
name: "kersthuisje2"
|
||||
chipset: SK6812
|
||||
rgb_order: GRB
|
||||
num_leds: 1
|
||||
pin: ${pin_led1}
|
||||
effects:
|
||||
- flicker:
|
||||
name: "Flicker"
|
||||
alpha: 95%
|
||||
intensity: 1.5%
|
||||
# light:
|
||||
# - platform: esp32_rmt_led_strip
|
||||
# rmt_channel: 0
|
||||
# is_rgbw: true
|
||||
# id: led_lights
|
||||
# restore_mode: RESTORE_DEFAULT_ON
|
||||
# name: "kersthuisje2"
|
||||
# chipset: SK6812
|
||||
# rgb_order: GRB
|
||||
# num_leds: 1
|
||||
# pin: ${pin_led1}
|
||||
# effects:
|
||||
# - flicker:
|
||||
# name: "Flicker"
|
||||
# alpha: 95%
|
||||
# intensity: 1.5%
|
||||
|
||||
|
||||
Reference in New Issue
Block a user