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

54 lines
1.4 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"
},
2021-02-02 20:37:53 +01:00
"version": "2021.1.5~ynh1",
2018-09-25 19:03:30 +02:00
"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": {
2020-11-14 15:08:50 +01:00
"yunohost": ">= 4.0.0"
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"
},
2020-08-14 16:22:51 +02:00
"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"
2018-09-25 19:03:30 +02:00
},
{
"name": "is_public",
"type": "boolean",
"ask": {
2020-11-14 15:08:50 +01:00
"en": "Should this application be public?",
"fr": "Est-ce que cette application doit être visible publiquement ?"
2018-09-25 19:03:30 +02:00
},
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
}
]
}
}