Embed ESPHome (#433)

* Embed ESPHome

* Set local ESPHome validator
This commit is contained in:
Franck Nijhof 2022-04-20 17:46:10 +02:00 committed by GitHub
parent 9dad405a2f
commit 73abc010d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -1 +1,2 @@
esphome==2022.3.2
yamllint==1.26.3

View file

@ -17,6 +17,7 @@ readonly -a PREVIOUS_DEFAULT_CONFIG_HASHES=(
08d86c84a0d80720b22712e878963e90cbb34b659330dad8a823f3c5c7f0ae043d197a5e3020dd7ab4fda3625e17f794675ec074984951e7107db2488898a8d0
5243d7664d30b5aa0c45fbe1089cccdf85c5ade17cddd97e21b3a29ccb37b20d20bdfecc141ad6e1a7aa5ea8ee61695a79a43140a2d53f9f91687bc61f7e496c
e5106aaaff5f67a693fd49deb7dd52f1cc0f7ba542b33c99c0099bf58f1a33c789d1c5e3803dea2942540c07c734f3ca317c3cc91673aff388cb79ee7112db0b
b28a299111ac74cc9498f76ce2cb437b2cf5e8e7bb9388d9929347e2948bd56591bd499d5de04638553f6e12fa77c53320a046e96cffce9fa4f8c924d5c91581
)
if bashio::config.has_value 'config_path'; then

View file

@ -81,8 +81,7 @@
"editor.formatOnPaste": true
},
"editor.renderWhitespace": "boundary",
"esphome.dashboardUri": "15ef4d2f-esphome.local.hass.io:6052",
"esphome.validator": "dashboard",
"esphome.validator": "local",
"telemetry.enableTelemetry": false,
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.shell.linux": "/usr/bin/zsh",