Add descriptive comments to ESPHome devices
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
substitutions:
|
||||
device_description: "ESP32 living-room air quality monitor with SCD30 CO2, temperature and humidity, PM2.5 sensing and RGB status LED"
|
||||
name: "livingroom"
|
||||
friendly_name: "Luftqualität Wohnzimmer"
|
||||
|
||||
esphome:
|
||||
comment: ${device_description}
|
||||
name: ${name}
|
||||
friendly_name: ${friendly_name}
|
||||
name_add_mac_suffix: false
|
||||
|
||||
Reference in New Issue
Block a user