⬆️ Updating add-on Mopidy to 573570c

This commit is contained in:
Community Hass.io Add-ons Bot 2021-01-24 23:28:36 +00:00
parent 77ed77b48d
commit daba1ac571
4 changed files with 7 additions and 17 deletions

View file

@ -941,10 +941,10 @@ SOFTWARE.
[matrix-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [matrix-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[matrix-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [matrix-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[matrix-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [matrix-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-mopidy]: https://github.com/hassio-addons/addon-mopidy/tree/3911164 [addon-mopidy]: https://github.com/hassio-addons/addon-mopidy/tree/573570c
[addon-doc-mopidy]: https://github.com/hassio-addons/addon-mopidy/blob/3911164/README.md [addon-doc-mopidy]: https://github.com/hassio-addons/addon-mopidy/blob/573570c/README.md
[mopidy-issue]: https://github.com/hassio-addons/addon-mopidy/issues [mopidy-issue]: https://github.com/hassio-addons/addon-mopidy/issues
[mopidy-version-shield]: https://img.shields.io/badge/version-3911164-blue.svg [mopidy-version-shield]: https://img.shields.io/badge/version-573570c-blue.svg
[mopidy-aarch64-shield]: https://img.shields.io/badge/aarch64-no-red.svg [mopidy-aarch64-shield]: https://img.shields.io/badge/aarch64-no-red.svg
[mopidy-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [mopidy-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[mopidy-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [mopidy-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

View file

@ -1,9 +1 @@
- ⬆️ Bump frenck/action-addon-linter from v1.3.1 to v1.4 (#84) - Refactor NGINX configuration and HA authentication (#88)
Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from v1.3.1 to v1.4.
- [Release notes](https://github.com/frenck/action-addon-linter/releases)
- [Commits](https://github.com/frenck/action-addon-linter/compare/v1.3.1...c82c5e9ca0ce5fc9b15756f1c0e39531b95d11b0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

View file

@ -47,6 +47,6 @@ 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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-3911164-blue.svg [release-shield]: https://img.shields.io/badge/version-573570c-blue.svg
[release]: https://github.com/hassio-addons/addon-mopidy/tree/3911164 [release]: https://github.com/hassio-addons/addon-mopidy/tree/573570c
[screenshot]: https://github.com/hassio-addons/addon-mopidy/raw/main/images/screenshot.png [screenshot]: https://github.com/hassio-addons/addon-mopidy/raw/main/images/screenshot.png

View file

@ -1,17 +1,15 @@
{ {
"name": "Mopidy", "name": "Mopidy",
"version": "3911164", "version": "573570c",
"slug": "mopidy", "slug": "mopidy",
"panel_icon": "mdi:music-circle", "panel_icon": "mdi:music-circle",
"description": "Mopidy is an extensible music server", "description": "Mopidy is an extensible music server",
"url": "https://github.com/hassio-addons/addon-mopidy", "url": "https://github.com/hassio-addons/addon-mopidy",
"ingress": true, "ingress": true,
"ingress_port": 1337,
"ingress_entry": "iris/", "ingress_entry": "iris/",
"arch": [ "arch": [
"amd64" "amd64"
], ],
"hassio_api": true,
"auth_api": true, "auth_api": true,
"audio": true, "audio": true,
"ports": { "ports": {