⬆️ Updating add-on Grocy to 21e3c32

This commit is contained in:
Community Hass.io Add-ons Bot 2020-03-01 19:37:45 +00:00
parent c536f23212
commit f45d7249a8
4 changed files with 19 additions and 15 deletions

View file

@ -946,10 +946,10 @@ SOFTWARE.
[grafana-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [grafana-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[grafana-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [grafana-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[grafana-i386-shield]: https://img.shields.io/badge/i386-no-red.svg [grafana-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
[addon-grocy]: https://github.com/hassio-addons/addon-grocy/tree/c7c0bb5 [addon-grocy]: https://github.com/hassio-addons/addon-grocy/tree/21e3c32
[addon-doc-grocy]: https://github.com/hassio-addons/addon-grocy/blob/c7c0bb5/README.md [addon-doc-grocy]: https://github.com/hassio-addons/addon-grocy/blob/21e3c32/README.md
[grocy-issue]: https://github.com/hassio-addons/addon-grocy/issues [grocy-issue]: https://github.com/hassio-addons/addon-grocy/issues
[grocy-version-shield]: https://img.shields.io/badge/version-c7c0bb5-blue.svg [grocy-version-shield]: https://img.shields.io/badge/version-21e3c32-blue.svg
[grocy-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/grocy-armhf.svg [grocy-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/grocy-armhf.svg
[grocy-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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 [grocy-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,8 +1,10 @@
# Changelog since v0.6.0 # Changelog since v0.7.0
- :hammer: Update community forum links - 🔨Add mealplan and calendar first day of week (#72)
- :arrow_up: Upgrades add-on base image to v7.0.2
- :hammer: Re-branding * 🔨Add mealplan first day of week
- :hammer: Updates for upstream Supervisor changes
- :hammer: Re-branding * 🔨Rename variable to mealday
- :books: Update add-on documentation to use new YAML configuration format
- :arrow_up: Upgrades add-on base image to v7.0.0 * 📚Update documentation
* 🔨Add Calendar Day of week option

View file

@ -49,7 +49,7 @@ If you are more interested in stable releases of our add-ons:
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons [discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-grocy/blob/c7c0bb5/README.md [docs]: https://github.com/hassio-addons/addon-grocy/blob/21e3c32/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-grocy/112422?u=frenck [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-grocy/112422?u=frenck
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png [github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
@ -60,6 +60,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-c7c0bb5-blue.svg [release-shield]: https://img.shields.io/badge/version-21e3c32-blue.svg
[release]: https://github.com/hassio-addons/addon-grocy/tree/c7c0bb5 [release]: https://github.com/hassio-addons/addon-grocy/tree/21e3c32
[screenshot]: https://github.com/hassio-addons/addon-grocy/raw/master/images/screenshot.gif [screenshot]: https://github.com/hassio-addons/addon-grocy/raw/master/images/screenshot.gif

View file

@ -1,6 +1,6 @@
{ {
"name": "Grocy", "name": "Grocy",
"version": "c7c0bb5", "version": "21e3c32",
"slug": "grocy", "slug": "grocy",
"description": "ERP beyond your fridge! A groceries & household management solution for your home", "description": "ERP beyond your fridge! A groceries & household management solution for your home",
"url": "https://github.com/hassio-addons/addon-grocy", "url": "https://github.com/hassio-addons/addon-grocy",
@ -71,7 +71,9 @@
"tasks": "bool" "tasks": "bool"
}, },
"tweaks": { "tweaks": {
"calendar_first_day_of_week": "int(0,6)?",
"chores_assignment": "bool", "chores_assignment": "bool",
"meal_plan_first_day_of_week": "int(0,6)?",
"multiple_shopping_lists": "bool", "multiple_shopping_lists": "bool",
"stock_best_before_date_tracking": "bool", "stock_best_before_date_tracking": "bool",
"stock_location_tracking": "bool", "stock_location_tracking": "bool",