mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 03:21:28 +00:00
🎉 Release of add-on AppDaemon 0.10.0
This commit is contained in:
parent
149d2f30ad
commit
a232c6246f
4 changed files with 13 additions and 8 deletions
|
@ -1,6 +1,10 @@
|
|||
## What’s changed
|
||||
|
||||
## ✨ New features
|
||||
|
||||
- ✨ Add access to media folder @jmarsik (#211)
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ Upgrades add-on base image to 12.2.2 @frenck (#208)
|
||||
- ⬆️ Upgrades add-on base image to 12.2.3 @frenck (#209)
|
||||
- ⬆️ Upgrades add-on base image to 12.2.5 @frenck (#213)
|
||||
- ⬆️ Upgrades add-on base image to 12.2.6 @frenck (#215)
|
||||
|
|
|
@ -46,6 +46,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]: 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.9.3-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-appdaemon/tree/v0.9.3
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.10.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-appdaemon/tree/v0.10.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-appdaemon/raw/main/images/screenshot.png
|
|
@ -12,6 +12,7 @@ init: false
|
|||
map:
|
||||
- config:rw
|
||||
- share:rw
|
||||
- media:rw
|
||||
- ssl
|
||||
name: AppDaemon
|
||||
options:
|
||||
|
@ -33,5 +34,5 @@ schema:
|
|||
slug: appdaemon
|
||||
uart: true
|
||||
url: https://github.com/hassio-addons/addon-appdaemon
|
||||
version: 0.9.3
|
||||
version: 0.10.0
|
||||
webui: http://[HOST]:[PORT:5050]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue