This commit is contained in:
radu
2026-07-17 13:15:18 +07:00
parent a318c77b84
commit ea71834661
5 changed files with 26 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"recommendations": [
"esphome.esphome-vscode"
]
}
+7
View File
@@ -0,0 +1,7 @@
{
"files.associations": {
"*.yaml": "esphome"
},
"esphome.validator": "local"
}
+5
View File
@@ -0,0 +1,5 @@
esphome:
name: ${NAME}
friendly_name: ESP Assistant VP
esp32:
board: esp32-s3-devkitc-1
+9
View File
@@ -0,0 +1,9 @@
substitutions:
NAME: "esp-assistant-vp"
FRIENDLY_NAME: ESP Assistant VP
WS: GPIO5
SCK: GPIO6
SD: GPIO4
LED: GPIO48
SPKR: media_player.bedroom_speakers
LOGS: DEBUG #ERROR #VERY_VERBOSE
View File