New
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
"esphome.esphome-vscode"
|
||||||
|
]
|
||||||
|
}
|
||||||
Vendored
+7
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"files.associations": {
|
||||||
|
"*.yaml": "esphome"
|
||||||
|
},
|
||||||
|
"esphome.validator": "local"
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
esphome:
|
||||||
|
name: ${NAME}
|
||||||
|
friendly_name: ESP Assistant VP
|
||||||
|
esp32:
|
||||||
|
board: esp32-s3-devkitc-1
|
||||||
@@ -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
|
||||||
Reference in New Issue
Block a user