{ "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 } ] } }