mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 11:31:28 +00:00
🎉 Release of add-on AppDaemon3 1.0.1
This commit is contained in:
parent
91e3c29ac2
commit
3c576d38a6
5 changed files with 71 additions and 0 deletions
7
appdaemon3/CHANGELOG.md
Normal file
7
appdaemon3/CHANGELOG.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
[Full Changelog][v1.0.0-v1.0.1]
|
||||
|
||||
### Changed
|
||||
|
||||
- Updates AppDaemon to version 3.0.1 (#12) (@acockburn)
|
||||
|
||||
[v1.0.0-v1.0.1]: https://github.com/hassio-addons/addon-appdaemon3/compare/v1.0.0...v1.0.1
|
41
appdaemon3/config.json
Normal file
41
appdaemon3/config.json
Normal file
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"name": "AppDaemon3",
|
||||
"version": "1.0.1",
|
||||
"slug": "appdaemon3",
|
||||
"description": "Python Apps and HADashboard using AppDaemon 3.x for Home Assistant",
|
||||
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-appdaemon3/41261?u=frenck",
|
||||
"webui": "http://[HOST]:[PORT:5050]",
|
||||
"startup": "application",
|
||||
"boot": "auto",
|
||||
"hassio_api": true,
|
||||
"homeassistant_api": true,
|
||||
"host_network": false,
|
||||
"ports": {
|
||||
"5000/tcp": 5000,
|
||||
"5050/tcp": 5050
|
||||
},
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"options": {
|
||||
"log_level": "info",
|
||||
"system_packages": [],
|
||||
"python_packages": []
|
||||
},
|
||||
"schema": {
|
||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
|
||||
"system_packages": [
|
||||
"str"
|
||||
],
|
||||
"python_packages": [
|
||||
"str"
|
||||
]
|
||||
},
|
||||
"environment": {
|
||||
"LOG_FORMAT": "{LEVEL}: {MESSAGE}",
|
||||
"SUPERVISOR_VERSION": ">=0.85.0"
|
||||
},
|
||||
"image": "hassioaddons/appdaemon3-{arch}"
|
||||
}
|
BIN
appdaemon3/icon.png
Normal file
BIN
appdaemon3/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 562 B |
BIN
appdaemon3/logo.png
Normal file
BIN
appdaemon3/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3 KiB |
Loading…
Add table
Add a link
Reference in a new issue