mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 12:11:29 +00:00
🎉 Release of add-on AppDaemon v0.1.0
This commit is contained in:
parent
642ce4eb70
commit
d7596f63c3
3 changed files with 59 additions and 0 deletions
7
appdaemon/README.md
Normal file
7
appdaemon/README.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Community Hass.io Add-ons: AppDaemon
|
||||
|
||||
This is just a configuration stub to make the Hass.io repository work.
|
||||
|
||||
The add-on itself can be found at the following URL:
|
||||
|
||||
<https://github.com/hassio-addons/addon-appdaemon>
|
30
appdaemon/config.json
Normal file
30
appdaemon/config.json
Normal file
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"name": "AppDaemon",
|
||||
"version": "0.1.0",
|
||||
"slug": "appdaemon",
|
||||
"description": "Python Apps and HADashboard for Home Assistant",
|
||||
"url": "https://github.com/hassio-addons/addon-appdaemon",
|
||||
"startup": "application",
|
||||
"boot": "auto",
|
||||
"hassio_api": true,
|
||||
"homeassistant_api": true,
|
||||
"host_network": false,
|
||||
"ports": {
|
||||
"5050/tcp": 5050
|
||||
},
|
||||
"map": [
|
||||
"config:rw",
|
||||
"shared:rw",
|
||||
"ssl:rw"
|
||||
],
|
||||
"options": {
|
||||
"log_level": "info"
|
||||
},
|
||||
"schema": {
|
||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)"
|
||||
},
|
||||
"environment": {
|
||||
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
|
||||
},
|
||||
"image": "hassioaddons/appdaemon-{arch}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue