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

50 lines
1.3 KiB
JSON
Raw Normal View History

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": {
2018-09-29 08:48:33 +02:00
"yunohost": ">= 3.1"
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
}
]
}
}