⬆️ Updating add-on Plex to 6d229d8

This commit is contained in:
Community Hass.io Add-ons Bot 2018-05-21 17:46:45 +00:00
parent 01890d9689
commit c2d033a417
4 changed files with 13 additions and 11 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/0ca2c8f
[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/0ca2c8f/README.md
[addon-plex]: https://github.com/hassio-addons/addon-plex/tree/6d229d8
[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/6d229d8/README.md
[plex-issue]: https://github.com/hassio-addons/addon-plex/issues
[plex-version-shield]: https://img.shields.io/badge/version-0ca2c8f-blue.svg
[plex-version-shield]: https://img.shields.io/badge/version-6d229d8-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 16:47 UTC - [0ca2c8f](https://github.com/hassio-addons/addon-plex/commit/0ca2c8f6d814c41e6db1011747a3f6ee2da9d64c) by [@frenck](https://github.com/frenck)
> :shirt: Fixes shellcheck warning
2018/05/21 17:39 UTC - [6d229d8](https://github.com/hassio-addons/addon-plex/commit/6d229d811dcbc48cb83df6ac4e34527f55887240) by [@frenck](https://github.com/frenck)
> :sparkles: Adds claim_code option to add-on config

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/0ca2c8f/README.md
[docs]: https://github.com/hassio-addons/addon-plex/blob/6d229d8/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-0ca2c8f-blue.svg
[release]: https://github.com/hassio-addons/addon-plex/tree/0ca2c8f
[release-shield]: https://img.shields.io/badge/version-6d229d8-blue.svg
[release]: https://github.com/hassio-addons/addon-plex/tree/6d229d8

View file

@ -1,6 +1,6 @@
{
"name": "Plex",
"version": "0ca2c8f",
"version": "6d229d8",
"slug": "plex",
"description": "Recorded media, live TV, online news, and podcasts ready to stream.",
"url": "https://community.home-assistant.io/?u=frenck",
@ -31,10 +31,12 @@
"homeassistant_api": false,
"host_network": false,
"options": {
"log_level": "info"
"log_level": "info",
"claim_code": ""
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)"
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
"claim_code": "str"
},
"environment": {
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"