mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-06 12:01:36 +00:00
🎉 Release of add-on AppDaemon 2.0.1
This commit is contained in:
parent
9288c8f670
commit
09bac60dca
4 changed files with 9 additions and 18 deletions
|
@ -2,18 +2,9 @@
|
|||
|
||||
### Changed
|
||||
|
||||
- :arrow_up: Upgrades add-on base image to 3.0.1
|
||||
- :sparkles: Adds ARMv7 support
|
||||
- :fire: Removes custom log format override
|
||||
- :hammer: Makes log_level optional
|
||||
- :arrow_up: Upgrades gcc to 8.2.0-r2
|
||||
- :arrow_up: Upgrades libffi to 3.2.1-r6
|
||||
- :arrow_up: Upgrades Python to 3.6.8-r1
|
||||
- :arrow_up: Upgrades Python PIP to 19.0.3
|
||||
- :hammer: Rewrite add-on onto Bashio
|
||||
- :ambulance: Fixes old library call
|
||||
- :ambulance: Fixes incorrect exit code when auto token is disabled
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-appdaemon3/compare/v1.7.0...v2.0.0
|
||||
[changelog]: https://github.com/hassio-addons/addon-appdaemon3/compare/v2.0.0...v2.0.1
|
||||
|
||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
||||
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
|
|
@ -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-appdaemon3/blob/v2.0.0/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-appdaemon3/blob/v2.0.1/README.md
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-appdaemon3/41261?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-production%20ready-brightgreen.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-v2.0.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-appdaemon3/tree/v2.0.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v2.0.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-appdaemon3/tree/v2.0.1
|
||||
[screenshot]: https://github.com/hassio-addons/addon-appdaemon3/raw/master/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "AppDaemon",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"slug": "appdaemon3",
|
||||
"description": "Python Apps and HADashboard using AppDaemon 3.x for Home Assistant",
|
||||
"url": "https://github.com/hassio-addons/addon-appdaemon3",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue