mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-06 03:51:27 +00:00
🎉 Release of add-on AppDaemon 3.0.1
This commit is contained in:
parent
63f8426942
commit
082b39c693
4 changed files with 21 additions and 13 deletions
|
@ -1,13 +1,18 @@
|
|||
[Full Changelog][changelog]
|
||||
|
||||
This is a general maintenance release, without any backward compatible breaking changes.
|
||||
|
||||
Minor nice new thing: The ports in the add-on configuration panel, now show a description on what they are used for.
|
||||
|
||||
### Changed
|
||||
|
||||
- :arrow_up: Updates appdaemon to v3.0.4 (#41)
|
||||
- :ambulance: :hammer: :rocket: Changes base image running Python 3.7.3
|
||||
- :fire: Removes now obsolete local Python setup
|
||||
- :hammer: Reduce image size a little
|
||||
- :arrow_up: Upgrades gcc to 8.3.0-r0
|
||||
- :arrow_up: Upgrades base image to v1.1.0
|
||||
- :fire: Removes default config options
|
||||
- :sparkles: Adds port descriptions
|
||||
- :hammer: Refactor of init scripts
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-appdaemon3/compare/v2.0.2...v3.0.0
|
||||
[changelog]: https://github.com/hassio-addons/addon-appdaemon3/compare/v3.0.0...v3.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/v3.0.0/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-appdaemon3/blob/v3.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-v3.0.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-appdaemon3/tree/v3.0.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v3.0.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-appdaemon3/tree/v3.0.1
|
||||
[screenshot]: https://github.com/hassio-addons/addon-appdaemon3/raw/master/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "AppDaemon",
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.1",
|
||||
"slug": "appdaemon3",
|
||||
"description": "Python Apps and HADashboard using AppDaemon 3.x for Home Assistant",
|
||||
"url": "https://github.com/hassio-addons/addon-appdaemon3",
|
||||
|
@ -17,11 +17,14 @@
|
|||
"hassio_api": true,
|
||||
"hassio_role": "default",
|
||||
"homeassistant_api": true,
|
||||
"host_network": false,
|
||||
"ports": {
|
||||
"5000/tcp": 5000,
|
||||
"5050/tcp": 5050
|
||||
},
|
||||
"ports_description": {
|
||||
"5000/tcp": "AppDaemon RESTFul API",
|
||||
"5050/tcp": "HA Dashboard web interface"
|
||||
},
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue