mirror of
https://github.com/randybb/esphome-configs.git
synced 2026-01-02 19:47:29 +01:00
Add friendly_name to make HA folks happy
This commit is contained in:
@@ -6,6 +6,7 @@ substitutions:
|
||||
|
||||
esphome:
|
||||
name: mcu-${device}
|
||||
friendly_name: ${name}
|
||||
area: ${area}
|
||||
comment: ${comment}
|
||||
# platformio_options:
|
||||
@@ -54,7 +55,7 @@ logger:
|
||||
|
||||
light:
|
||||
- platform: esp32_rmt_led_strip
|
||||
name: "${name} LED"
|
||||
name: LED
|
||||
id: led
|
||||
rgb_order: GRB
|
||||
pin: 8
|
||||
|
||||
Reference in New Issue
Block a user