From 946907142483e3a1cae80c7c005ec83d99816e5c Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Tue, 5 Mar 2019 23:56:09 +0000 Subject: [PATCH] :arrow_up: Updating add-on Grocy to 4e39fa0 --- README.md | 6 +++--- grocy/CHANGELOG.md | 6 ++---- grocy/README.md | 6 +++--- grocy/config.json | 24 +++++++++++++++++++++++- 4 files changed, 31 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 0f8b52504..75b59659c 100644 --- a/README.md +++ b/README.md @@ -695,10 +695,10 @@ SOFTWARE. [grafana-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [grafana-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [grafana-i386-shield]: https://img.shields.io/badge/i386-no-red.svg -[addon-grocy]: https://github.com/hassio-addons/addon-grocy/tree/fd2f331 -[addon-doc-grocy]: https://github.com/hassio-addons/addon-grocy/blob/fd2f331/README.md +[addon-grocy]: https://github.com/hassio-addons/addon-grocy/tree/4e39fa0 +[addon-doc-grocy]: https://github.com/hassio-addons/addon-grocy/blob/4e39fa0/README.md [grocy-issue]: https://github.com/hassio-addons/addon-grocy/issues -[grocy-version-shield]: https://img.shields.io/badge/version-fd2f331-blue.svg +[grocy-version-shield]: https://img.shields.io/badge/version-4e39fa0-blue.svg [grocy-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/grocy.svg [grocy-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [grocy-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/grocy/CHANGELOG.md b/grocy/CHANGELOG.md index 8b1ed1f55..b96f89324 100644 --- a/grocy/CHANGELOG.md +++ b/grocy/CHANGELOG.md @@ -1,5 +1,3 @@ -2019/03/04 22:22 UTC - [fd2f331](https://github.com/hassio-addons/addon-grocy/commit/fd2f3310d72fdfc95202ee4582a5596df92b237e) by [@allanpersson](https://github.com/allanpersson) -> Update README.md (#1) - -Added missing default login +2019/03/05 23:38 UTC - [4e39fa0](https://github.com/hassio-addons/addon-grocy/commit/4e39fa003957f1b5240aa7b71e2a5316da3efcdd) by [@frenck](https://github.com/frenck) +> :shirt: Fixes Markdownlint warnings diff --git a/grocy/README.md b/grocy/README.md index 8b77b2684..672678d77 100644 --- a/grocy/README.md +++ b/grocy/README.md @@ -41,13 +41,13 @@ 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/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-grocy/blob/fd2f331/README.md +[docs]: https://github.com/hassio-addons/addon-grocy/blob/4e39fa0/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/2019.svg [patreon-shield]: https://www.frenck.nl/images/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-fd2f331-blue.svg -[release]: https://github.com/hassio-addons/addon-grocy/tree/fd2f331 +[release-shield]: https://img.shields.io/badge/version-4e39fa0-blue.svg +[release]: https://github.com/hassio-addons/addon-grocy/tree/4e39fa0 [screenshot]: https://github.com/hassio-addons/addon-grocy/raw/master/images/screenshot.png \ No newline at end of file diff --git a/grocy/config.json b/grocy/config.json index 0a63f162e..369f07295 100644 --- a/grocy/config.json +++ b/grocy/config.json @@ -1,6 +1,6 @@ { "name": "Grocy", - "version": "fd2f331", + "version": "4e39fa0", "slug": "grocy", "description": "ERP beyond your fridge! A groceries & household management solution for your home", "url": "https://github.com/hassio-addons/addon-grocy", @@ -22,13 +22,35 @@ "80/tcp": 9192 }, "options": { + "culture": "en", + "currency": "$", + "features": { + "batteries": true, + "calendar": true, + "chores": true, + "equipment": true, + "recipes": true, + "shoppinglist": true, + "tasks": true + }, "ssl": true, "certfile": "fullchain.pem", "keyfile": "privkey.pem" }, "schema": { "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?", + "culture": "match(^(da|de|en|es|fr|it|nl|no|pl|ru|ta|tr)$)", + "currency": "str", "ssl": "bool", + "features": { + "batteries": "bool", + "calendar": "bool", + "chores": "bool", + "equipment": "bool", + "recipes": "bool", + "shoppinglist": "bool", + "tasks": "bool" + }, "certfile": "str", "keyfile": "str" },