1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/homeassistant_ynh.git synced 2024-09-03 19:26:16 +02:00
homeassistant_ynh/manifest.json
2020-08-14 16:22:51 +02:00

53 lines
1.5 KiB
JSON

{
"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",
"license": "Apache-2.0",
"maintainer": {
"name": "ewilly",
"email": "ewilly@ewilly.fr"
},
"requirements": {
"yunohost": ">= 4.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 ? (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)"
},
"help": {
"en": "If not public, Smartphone app will not work",
"fr": "Dans le cas contraire, l'application sur Smartphone ne fonctionnera pas"
},
"default": true
}
]
}
}