This commit is contained in:
Richard Sperry 2025-04-17 22:40:59 -07:00
parent 6c4af49087
commit 45a0816258
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,6 @@ map:
services: services:
- mysql:want - mysql:want
- mqtt:want - mqtt:want
journald: true
options: options:
log_level: warning log_level: warning
schema: schema:

View file

@ -18,7 +18,8 @@
"recommendations": [ "recommendations": [
"esphome.esphome-vscode", // moved here as not everyone has ESPhome "esphome.esphome-vscode", // moved here as not everyone has ESPhome
"ibm.output-colorizer", // colorize output "ibm.output-colorizer", // colorize output
"pinage404.bash-extension-pack" // helps with bash scripts "pinage404.bash-extension-pack", // helps with bash scripts
"streetsidesoftware.code-spell-checker" // i cant speel
] ]
} }
} }