⬆️ Updating add-on Plex to 85d4a3e

This commit is contained in:
Community Hass.io Add-ons Bot 2018-05-21 15:27:21 +00:00
parent f2e11894f1
commit 291b928b6c
4 changed files with 10 additions and 10 deletions

View file

@ -433,10 +433,10 @@ SOFTWARE.
[pi-hole-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[pi-hole-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[pi-hole-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-plex]: https://github.com/hassio-addons/addon-plex/tree/7b7dece
[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/7b7dece/README.md
[addon-plex]: https://github.com/hassio-addons/addon-plex/tree/85d4a3e
[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/85d4a3e/README.md
[plex-issue]: https://github.com/hassio-addons/addon-plex/issues
[plex-version-shield]: https://img.shields.io/badge/version-7b7dece-blue.svg
[plex-version-shield]: https://img.shields.io/badge/version-85d4a3e-blue.svg
[plex-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/plex-amd64.svg
[plex-aarch64-shield]: https://img.shields.io/badge/aarch64-no-red.svg
[plex-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,3 +1,3 @@
2018/05/21 10:19 UTC - [7b7dece](https://github.com/hassio-addons/addon-plex/commit/7b7dece1b1c2a568a4685374207645d17657820a) by [@frenck](https://github.com/frenck)
> :sparkles: Adds initial add-on code
2018/05/21 15:16 UTC - [85d4a3e](https://github.com/hassio-addons/addon-plex/commit/85d4a3ed57191beeee8c593f8daf03d9a236cb38) by [@frenck](https://github.com/frenck)
> :ambulance: Changes not to run on the host network

View file

@ -41,10 +41,10 @@ If you are more interested in stable releases of our add-ons:
[buymeacoffee]: https://www.buymeacoffee.com/frenck
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
[discord]: https://discord.gg/c5DvZ4e
[docs]: https://github.com/hassio-addons/addon-plex/blob/7b7dece/README.md
[docs]: https://github.com/hassio-addons/addon-plex/blob/85d4a3e/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/?u=frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-concept-red.svg
[release-shield]: https://img.shields.io/badge/version-7b7dece-blue.svg
[release]: https://github.com/hassio-addons/addon-plex/tree/7b7dece
[release-shield]: https://img.shields.io/badge/version-85d4a3e-blue.svg
[release]: https://github.com/hassio-addons/addon-plex/tree/85d4a3e

View file

@ -1,6 +1,6 @@
{
"name": "Plex",
"version": "7b7dece",
"version": "85d4a3e",
"slug": "plex",
"description": "Recorded media, live TV, online news, and podcasts ready to stream.",
"url": "https://community.home-assistant.io/?u=frenck",
@ -29,7 +29,7 @@
},
"hassio_api": true,
"homeassistant_api": false,
"host_network": true,
"host_network": false,
"options": {
"log_level": "info"
},