From 0725ae4d400a448a344ca395a6a4a6af5be63a08 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Tue, 11 Feb 2020 21:29:58 +0000 Subject: [PATCH] :arrow_up: Updating add-on Firefly III to 273d9da --- README.md | 6 +++--- firefly-iii/CHANGELOG.md | 2 +- firefly-iii/README.md | 12 ++++++------ firefly-iii/config.json | 8 ++++---- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 9e0295a93..6e738d846 100644 --- a/README.md +++ b/README.md @@ -931,10 +931,10 @@ SOFTWARE. [ftp-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [ftp-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [ftp-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-firefly-iii]: https://github.com/hassio-addons/addon-firefly-iii/tree/4f39b0d -[addon-doc-firefly-iii]: https://github.com/hassio-addons/addon-firefly-iii/blob/4f39b0d/README.md +[addon-firefly-iii]: https://github.com/hassio-addons/addon-firefly-iii/tree/273d9da +[addon-doc-firefly-iii]: https://github.com/hassio-addons/addon-firefly-iii/blob/273d9da/README.md [firefly-iii-issue]: https://github.com/hassio-addons/addon-firefly-iii/issues -[firefly-iii-version-shield]: https://img.shields.io/badge/version-4f39b0d-blue.svg +[firefly-iii-version-shield]: https://img.shields.io/badge/version-273d9da-blue.svg [firefly-iii-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/firefly-iii-armhf.svg [firefly-iii-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [firefly-iii-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/firefly-iii/CHANGELOG.md b/firefly-iii/CHANGELOG.md index a70124873..d638be258 100644 --- a/firefly-iii/CHANGELOG.md +++ b/firefly-iii/CHANGELOG.md @@ -1 +1 @@ -- 📚Prep for rebranding +- :hammer: Updates for upstream Supervisor changes diff --git a/firefly-iii/README.md b/firefly-iii/README.md index 26d5b748e..1de432154 100644 --- a/firefly-iii/README.md +++ b/firefly-iii/README.md @@ -1,4 +1,4 @@ -# Community Home Assistant Add-ons: Firefly-III +# Community Home Assistant Add-on: Firefly-III [![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield] @@ -21,8 +21,8 @@ use it to save and organise money. ## WARNING! THIS IS AN EDGE VERSION! -This Home Assistant Add-ons repository contains edge builds of add-ons. Edge -build add-ons are based upon the latest development version. +This Home Assistant Add-ons repository contains edge builds of add-ons. +Edge builds add-ons are based upon the latest development version. - They may not work at all. - They might stop working at any time. @@ -42,11 +42,11 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/sinclairpaul [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-firefly-iii/blob/4f39b0d/README.md +[docs]: https://github.com/hassio-addons/addon-firefly-iii/blob/273d9da/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/2020.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-4f39b0d-blue.svg -[release]: https://github.com/hassio-addons/addon-firefly-iii/tree/4f39b0d +[release-shield]: https://img.shields.io/badge/version-273d9da-blue.svg +[release]: https://github.com/hassio-addons/addon-firefly-iii/tree/273d9da [screenshot]: https://github.com/hassio-addons/addon-firefly-iii/raw/master/images/screenshot.png \ No newline at end of file diff --git a/firefly-iii/config.json b/firefly-iii/config.json index 5593c4659..af0bf8996 100644 --- a/firefly-iii/config.json +++ b/firefly-iii/config.json @@ -1,6 +1,6 @@ { "name": "Firefly III", - "version": "4f39b0d", + "version": "273d9da", "slug": "firefly-iii", "description": "A free and open source personal finance manager", "url": "https://github.com/hassio-addons/addon-firefly-iii", @@ -34,12 +34,12 @@ "keyfile": "privkey.pem" }, "schema": { - "database": "match(^(sqlite|mysql)$)", + "database": "list(sqlite|mysql)", "mysql_host": "str?", "mysql_database": "str?", "mysql_user": "str?", - "mysql_password": "str?", - "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?", + "mysql_password": "password?", + "log_level": "list(trace|debug|info|notice|warning|error|fatal)?", "certfile": "str", "keyfile": "str", "ssl": "bool"