Add friendly_name to make HA folks happy

This commit is contained in:
2025-05-09 21:01:58 +02:00
parent f552ea0f97
commit 9cc69d7ad2
70 changed files with 516 additions and 266 deletions

View File

@@ -1,11 +1,12 @@
substitutions:
device: staircase-light
name: Staircase Light
name: Staircase
area: Staircase
comment: "${area} | Light"
esphome:
name: mcu-${device}
friendly_name: ${name}
area: ${area}
comment: ${comment}
@@ -63,7 +64,7 @@ output:
light:
- platform: binary
name: "${name}"
name: Light
id: light_relay
output: relay
restore_mode: ALWAYS_ON