2018-09-25 19:03:30 +02:00
|
|
|
{
|
|
|
|
"name": "Home Assistant",
|
|
|
|
"id": "homeassistant",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
|
|
|
"en": "Home automation platform",
|
|
|
|
"fr": "Plateforme domotique"
|
|
|
|
},
|
|
|
|
"version": "1.0.0",
|
|
|
|
"url": "https://github.com/home-assistant/home-assistant",
|
2018-10-18 05:16:40 +02:00
|
|
|
"license": "Apache-2.0",
|
2018-09-25 19:03:30 +02:00
|
|
|
"maintainer": {
|
|
|
|
"name": "ewilly",
|
|
|
|
"email": "ewilly@ewilly.fr"
|
|
|
|
},
|
|
|
|
"requirements": {
|
2020-08-12 22:22:59 +02:00
|
|
|
"yunohost": ">= 3.7"
|
2018-09-25 19:03:30 +02:00
|
|
|
},
|
|
|
|
"multi_instance": false,
|
|
|
|
"services": [
|
2018-10-18 05:16:40 +02:00
|
|
|
"nginx"
|
2018-09-25 19:03:30 +02:00
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install": [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain",
|
|
|
|
"ask": {
|
|
|
|
"en": "Choose a domain for Home Assistant",
|
|
|
|
"fr": "Choisissez un domaine pour Home Assistant"
|
|
|
|
},
|
|
|
|
"example": "domain.org"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"ask": {
|
|
|
|
"en": "Should this application be public ? (if not, Smartphone app will not work)",
|
|
|
|
"fr": "Est-ce que cette application doit être visible publiquement ? (dans le cas contraire, l'application sur Smartphone ne fonctionnera pas)"
|
|
|
|
},
|
2019-06-10 12:07:28 +02:00
|
|
|
"help": {
|
|
|
|
"en": "If not public, Smartphone app will not work",
|
|
|
|
"fr": "Dans le cas contraire, l'application sur Smartphone ne fonctionnera pas"
|
|
|
|
},
|
2018-09-25 19:03:30 +02:00
|
|
|
"default": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|