Add descriptive comments to ESPHome devices
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
# Device identity shared by ESPHome and Home Assistant.
|
||||
substitutions:
|
||||
device_description: "ESP32 e-paper Home Assistant dashboard for indoor climate, energy and calendar events, with button-controlled pages"
|
||||
name: epaperframe
|
||||
friendly_name: "Info-Dashboard"
|
||||
|
||||
# Startup selects the default page only after Home Assistant has had time to
|
||||
# provide the sensor states needed by its display lambda.
|
||||
esphome:
|
||||
comment: ${device_description}
|
||||
name: ${name}
|
||||
friendly_name: ${friendly_name}
|
||||
name_add_mac_suffix: false
|
||||
|
||||
Reference in New Issue
Block a user