diff --git a/README.md b/README.md index 6370110e7..ffb5d8fa0 100644 --- a/README.md +++ b/README.md @@ -1099,10 +1099,10 @@ SOFTWARE. [unifi-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [unifi-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [unifi-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-vscode-remote]: https://github.com/hassio-addons/addon-vscode-remote/tree/244adf4 -[addon-doc-vscode-remote]: https://github.com/hassio-addons/addon-vscode-remote/blob/244adf4/README.md +[addon-vscode-remote]: https://github.com/hassio-addons/addon-vscode-remote/tree/612620b +[addon-doc-vscode-remote]: https://github.com/hassio-addons/addon-vscode-remote/blob/612620b/README.md [vscode-remote-issue]: https://github.com/hassio-addons/addon-vscode-remote/issues -[vscode-remote-version-shield]: https://img.shields.io/badge/version-244adf4-blue.svg +[vscode-remote-version-shield]: https://img.shields.io/badge/version-612620b-blue.svg [vscode-remote-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [vscode-remote-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [vscode-remote-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/vscode-remote/CHANGELOG.md b/vscode-remote/CHANGELOG.md index 0df88207a..16d1a4fa7 100644 --- a/vscode-remote/CHANGELOG.md +++ b/vscode-remote/CHANGELOG.md @@ -1,9 +1 @@ -- ⬆️ Bump actions/stale from v3.0.15 to v3.0.16 (#12) - -Bumps [actions/stale](https://github.com/actions/stale) from v3.0.15 to v3.0.16. -- [Release notes](https://github.com/actions/stale/releases) -- [Commits](https://github.com/actions/stale/compare/v3.0.15...9d6f46564a515a9ea11e7762ab3957ee58ca50da) - -Signed-off-by: dependabot[bot] - -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +- Update add-on configuration for Supervisor 2021.2 (#13) diff --git a/vscode-remote/README.md b/vscode-remote/README.md index fc923f6d0..a1f7ddf17 100644 --- a/vscode-remote/README.md +++ b/vscode-remote/README.md @@ -45,5 +45,5 @@ If you are more interested in stable releases of our add-ons: [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-244adf4-blue.svg -[release]: https://github.com/hassio-addons/addon-vscode-remote/tree/244adf4 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-612620b-blue.svg +[release]: https://github.com/hassio-addons/addon-vscode-remote/tree/612620b \ No newline at end of file diff --git a/vscode-remote/config.json b/vscode-remote/config.json index bfcff2289..bcbbc56a9 100644 --- a/vscode-remote/config.json +++ b/vscode-remote/config.json @@ -1,6 +1,6 @@ { "name": "VSCode Remote", - "version": "244adf4", + "version": "612620b", "slug": "vscode-remote", "description": "VSCode Remote access to Home Assistant", "url": "https://github.com/hassio-addons/addon-vscode-remote", @@ -13,7 +13,7 @@ "armv7", "i386" ], - "auto_uart": true, + "uart": true, "hassio_api": true, "hassio_role": "manager", "homeassistant_api": true,