Add descriptive comments to ESPHome devices
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user