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:
@@ -7,6 +7,7 @@ substitutions:
|
||||
|
||||
esphome:
|
||||
name: mcu-${device}
|
||||
friendly_name: ${name}
|
||||
area: ${area}
|
||||
comment: ${comment}
|
||||
|
||||
@@ -31,12 +32,12 @@ status_led:
|
||||
|
||||
light:
|
||||
- platform: binary
|
||||
name: "${name_short} Light"
|
||||
name: Light
|
||||
id: light_1
|
||||
output: relay_1
|
||||
restore_mode: ALWAYS_ON
|
||||
- platform: binary
|
||||
name: "${name_short} Workbench Light"
|
||||
name: Workbench Light
|
||||
id: light_2
|
||||
output: relay_2
|
||||
restore_mode: ALWAYS_ON
|
||||
|
||||
Reference in New Issue
Block a user