mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
🎉 Release of add-on Grocy 0.7.1
This commit is contained in:
parent
ce8bef1e8a
commit
c0b0b5c9b4
4 changed files with 12 additions and 14 deletions
|
@ -865,10 +865,10 @@ SOFTWARE.
|
|||
[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-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
|
||||
[addon-grocy]: https://github.com/hassio-addons/addon-grocy/tree/v0.7.0
|
||||
[addon-doc-grocy]: https://github.com/hassio-addons/addon-grocy/blob/v0.7.0/README.md
|
||||
[addon-grocy]: https://github.com/hassio-addons/addon-grocy/tree/v0.7.1
|
||||
[addon-doc-grocy]: https://github.com/hassio-addons/addon-grocy/blob/v0.7.1/README.md
|
||||
[grocy-issue]: https://github.com/hassio-addons/addon-grocy/issues
|
||||
[grocy-version-shield]: https://img.shields.io/badge/version-v0.7.0-blue.svg
|
||||
[grocy-version-shield]: https://img.shields.io/badge/version-v0.7.1-blue.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
|
|
|
@ -1,16 +1,12 @@
|
|||
[Full Changelog][changelog]
|
||||
|
||||
This is a general maintenance release.
|
||||
This release adds settings for specifying the first day week for the calendar and meal plan.
|
||||
|
||||
### 🔨 Changes
|
||||
|
||||
- :books: Update add-on documentation to use new YAML configuration format
|
||||
- :hammer: Updates for upstream Supervisor changes
|
||||
- :hammer: Re-branding
|
||||
- :arrow_up: Upgrades add-on base image to v7.0.2
|
||||
- :hammer: Update community forum links
|
||||
- 🔨Add meal plan and calendar first day of the week (#72)
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-grocy/compare/v0.6.0...v0.7.0
|
||||
[changelog]: https://github.com/hassio-addons/addon-grocy/compare/v0.7.0...v0.7.1
|
||||
|
||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
||||
Enjoying my add-ons? Consider supporting my work:
|
||||
|
|
|
@ -30,7 +30,7 @@ management solution for your home, delivering features like:
|
|||
|
||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[docs]: https://github.com/hassio-addons/addon-grocy/blob/v0.7.0/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-grocy/blob/v0.7.1/README.md
|
||||
[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
|
||||
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
||||
|
@ -41,6 +41,6 @@ management solution for your home, delivering features like:
|
|||
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/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-v0.7.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-grocy/tree/v0.7.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.7.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-grocy/tree/v0.7.1
|
||||
[screenshot]: https://github.com/hassio-addons/addon-grocy/raw/master/images/screenshot.gif
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Grocy",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.1",
|
||||
"slug": "grocy",
|
||||
"description": "ERP beyond your fridge! A groceries & household management solution for your home",
|
||||
"url": "https://github.com/hassio-addons/addon-grocy",
|
||||
|
@ -71,7 +71,9 @@
|
|||
"tasks": "bool"
|
||||
},
|
||||
"tweaks": {
|
||||
"calendar_first_day_of_week": "int(0,6)?",
|
||||
"chores_assignment": "bool",
|
||||
"meal_plan_first_day_of_week": "int(0,6)?",
|
||||
"multiple_shopping_lists": "bool",
|
||||
"stock_best_before_date_tracking": "bool",
|
||||
"stock_location_tracking": "bool",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue