From c2d033a417447ce5e9f8c9307eae16d5488a0b37 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Mon, 21 May 2018 17:46:45 +0000 Subject: [PATCH] :arrow_up: Updating add-on Plex to 6d229d8 --- README.md | 6 +++--- plex/CHANGELOG.md | 4 ++-- plex/README.md | 6 +++--- plex/config.json | 8 +++++--- 4 files changed, 13 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index b2c3698e7..b759a8734 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/plex/CHANGELOG.md b/plex/CHANGELOG.md index 82511e0d7..b9aec4711 100644 --- a/plex/CHANGELOG.md +++ b/plex/CHANGELOG.md @@ -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 diff --git a/plex/README.md b/plex/README.md index 6635d9c87..621805c06 100644 --- a/plex/README.md +++ b/plex/README.md @@ -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 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-6d229d8-blue.svg +[release]: https://github.com/hassio-addons/addon-plex/tree/6d229d8 \ No newline at end of file diff --git a/plex/config.json b/plex/config.json index 487bab211..169206a25 100644 --- a/plex/config.json +++ b/plex/config.json @@ -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}"