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}
|
||||
platformio_options:
|
||||
@@ -155,7 +156,7 @@ sensor:
|
||||
|
||||
switch:
|
||||
- platform: template
|
||||
name: "${name} Alarm"
|
||||
name: Alarm
|
||||
optimistic: true
|
||||
turn_on_action:
|
||||
- globals.set:
|
||||
|
||||
Reference in New Issue
Block a user