2022-01-08 10:04:57 +01:00
|
|
|
{
|
2022-01-18 21:35:26 +01:00
|
|
|
"name": "Home Assistant",
|
|
|
|
"id": "homeassistant",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
|
|
|
"en": "Home automation platform",
|
|
|
|
"fr": "Plateforme domotique"
|
|
|
|
},
|
2022-03-12 07:23:42 +01:00
|
|
|
"version": "2022.3.4~ynh1",
|
2022-01-18 21:35:26 +01:00
|
|
|
"url": "https://github.com/home-assistant/home-assistant",
|
|
|
|
"upstream": {
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"website": "https://www.home-assistant.io",
|
|
|
|
"demo": "https://demo.home-assistant.io",
|
|
|
|
"admindoc": "https://www.home-assistant.io/docs/",
|
|
|
|
"code": "https://github.com/home-assistant/core"
|
|
|
|
},
|
2022-01-08 10:04:57 +01:00
|
|
|
"license": "Apache-2.0",
|
2022-01-18 21:35:26 +01:00
|
|
|
"maintainer": {
|
|
|
|
"name": "ewilly",
|
|
|
|
"email": "ewilly@ewilly.fr"
|
|
|
|
},
|
|
|
|
"requirements": {
|
2022-01-08 10:04:57 +01:00
|
|
|
"yunohost": ">= 4.3.0"
|
2022-01-18 21:35:26 +01:00
|
|
|
},
|
|
|
|
"multi_instance": false,
|
|
|
|
"services": [
|
|
|
|
"nginx"
|
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install": [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"help": {
|
|
|
|
"en": "If not public, Smartphone app will not work",
|
|
|
|
"fr": "Dans le cas contraire, l'application sur Smartphone ne fonctionnera pas"
|
|
|
|
},
|
|
|
|
"default": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2022-01-08 10:04:57 +01:00
|
|
|
}
|