mirror of
https://github.com/randybb/esphome-configs.git
synced 2026-01-02 11:37:28 +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}
|
||||
on_loop:
|
||||
@@ -80,7 +81,7 @@ esp32_ble_beacon:
|
||||
|
||||
light:
|
||||
- platform: esp32_rmt_led_strip
|
||||
name: "${name} LED"
|
||||
name: LED
|
||||
id: led
|
||||
rgb_order: GRB
|
||||
pin: 27
|
||||
|
||||
Reference in New Issue
Block a user