Add descriptive comments to ESPHome devices

This commit is contained in:
2026-09-16 15:49:15 +02:00
parent 330cf7569f
commit 9a800b3732
15 changed files with 29 additions and 1 deletions
+2
View File
@@ -1,10 +1,12 @@
substitutions:
name: "sleepingroom"
friendly_name: "Luftqualität Schlafzimmer"
device_description: "NodeMCU-32S bedroom air-quality monitor with SCD30 CO2, temperature and humidity, PM1006 particulate sensing, RGB status LED and IR receiver/transmitter"
esphome:
name: ${name}
friendly_name: ${friendly_name}
comment: ${device_description}
name_add_mac_suffix: false
project:
name: sensor.${name}