Add descriptive comments to ESPHome devices
This commit is contained in:
@@ -4,7 +4,7 @@ substitutions:
|
||||
external_components_source: github://syssi/esphome-atorch-dl24@main
|
||||
dl24_mac_address: !secret dl24_mac_address
|
||||
project_version: 2.1.0
|
||||
device_description: "Monitor and control a Atorch meter via bluetooth BLE"
|
||||
device_description: "ESP32-S3 BLE client to monitor and control an Atorch DL24 programmable DC load"
|
||||
|
||||
esphome:
|
||||
name: ${name}
|
||||
|
||||
@@ -1,10 +1,12 @@
|
||||
substitutions:
|
||||
name: "aussensensor"
|
||||
friendly_name: "Außensensor"
|
||||
device_description: "NodeMCU-32S outdoor temperature and humidity sensor using a DHT22"
|
||||
|
||||
esphome:
|
||||
name: ${name}
|
||||
friendly_name: ${friendly_name}
|
||||
comment: ${device_description}
|
||||
name_add_mac_suffix: false
|
||||
project:
|
||||
name: sensor.outdoor
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
substitutions:
|
||||
name: "raspiaudio-muse-luxe"
|
||||
friendly_name: "RaspiAudio Muse Luxe"
|
||||
device_description: "RaspiAudio Muse Luxe ESP32 voice assistant and media player with local wake-word detection, ES8388 audio codec and battery monitoring"
|
||||
#States
|
||||
P_starting: "0"
|
||||
P_waiting: "1"
|
||||
@@ -43,6 +44,7 @@ wifi:
|
||||
esphome:
|
||||
name: ${name}
|
||||
friendly_name: ${friendly_name}
|
||||
comment: ${device_description}
|
||||
min_version: 2025.2.0
|
||||
name_add_mac_suffix: false
|
||||
platformio_options:
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user