mirror of
https://github.com/YunoHost-Apps/homeassistant_ynh.git
synced 2024-09-03 19:26:16 +02:00
53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "Home Assistant",
|
|
"id": "homeassistant",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Home automation platform",
|
|
"fr": "Plateforme domotique"
|
|
},
|
|
"version": "0.117.6~ynh1",
|
|
"url": "https://github.com/home-assistant/home-assistant",
|
|
"license": "Apache-2.0",
|
|
"maintainer": {
|
|
"name": "ewilly",
|
|
"email": "ewilly@ewilly.fr"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.0.0"
|
|
},
|
|
"multi_instance": false,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain for Home Assistant",
|
|
"fr": "Choisissez un domaine pour Home Assistant"
|
|
},
|
|
"help": {
|
|
"en": "Installation in a path is not possible",
|
|
"fr": "L'installation sous un chemin de domaine n'est pas possible"
|
|
},
|
|
"example": "domain.org or homeassistant.domain.org"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Should this application be public?",
|
|
"fr": "Est-ce que cette application doit être visible publiquement ?"
|
|
},
|
|
"help": {
|
|
"en": "If not public, Smartphone app will not work",
|
|
"fr": "Dans le cas contraire, l'application sur Smartphone ne fonctionnera pas"
|
|
},
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|