1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/homeassistant_ynh.git synced 2024-09-03 19:26:16 +02:00

Merge pull request #179 from YunoHost-Apps/testing

Testing
This commit is contained in:
ewilly 2023-01-23 19:31:13 +00:00 committed by GitHub
commit ea2e479a7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 15 deletions

View file

@ -5,7 +5,7 @@ It shall NOT be edited by hand.
# Home Assistant for YunoHost
[![Integration level](https://dash.yunohost.org/integration/homeassistant.svg)](https://dash.yunohost.org/appci/app/homeassistant) ![Working status](https://ci-apps.yunohost.org/ci/badges/homeassistant.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/homeassistant.maintain.svg)
[![Integration level](https://dash.yunohost.org/integration/homeassistant.svg)](https://dash.yunohost.org/appci/app/homeassistant) ![Working status](https://ci-apps.yunohost.org/ci/badges/homeassistant.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/homeassistant.maintain.svg)
[![Install Home Assistant with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=homeassistant)
*[Lire ce readme en français.](./README_fr.md)*
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Home automation platform
**Shipped version:** 2023.1.3~ynh1
**Shipped version:** 2023.1.6~ynh1
**Demo:** https://demo.home-assistant.io

View file

@ -5,25 +5,25 @@ It shall NOT be edited by hand.
# Home Assistant pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/homeassistant.svg)](https://dash.yunohost.org/appci/app/homeassistant) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/homeassistant.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/homeassistant.maintain.svg)
[![Niveau dintégration](https://dash.yunohost.org/integration/homeassistant.svg)](https://dash.yunohost.org/appci/app/homeassistant) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/homeassistant.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/homeassistant.maintain.svg)
[![Installer Home Assistant avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=homeassistant)
*[Read this readme in english.](./README.md)*
> *Ce package vous permet d'installer Home Assistant rapidement et simplement sur un serveur YunoHost.
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
> *Ce package vous permet dinstaller Home Assistant rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
## Vue d'ensemble
## Vue densemble
Plateforme domotique
**Version incluse :** 2023.1.3~ynh1
**Version incluse :** 2023.1.6~ynh1
**Démo :** https://demo.home-assistant.io
## Captures d'écran
## Captures décran
![Capture d'écran de Home Assistant](./doc/screenshots/screenshot1.png)
![Capture décran de Home Assistant](./doc/screenshots/screenshot1.png)
## Avertissements / informations importantes
@ -37,9 +37,9 @@ Plateforme domotique
## Documentations et ressources
* Site officiel de l'app : <https://www.home-assistant.io>
* Documentation officielle de l'admin : <https://www.home-assistant.io/docs/>
* Dépôt de code officiel de l'app : <https://github.com/home-assistant/core>
* Site officiel de lapp : <https://www.home-assistant.io>
* Documentation officielle de ladmin : <https://www.home-assistant.io/docs/>
* Dépôt de code officiel de lapp : <https://github.com/home-assistant/core>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_homeassistant>
* Signaler un bug : <https://github.com/YunoHost-Apps/homeassistant_ynh/issues>
@ -55,4 +55,4 @@ ou
sudo yunohost app upgrade homeassistant -u https://github.com/YunoHost-Apps/homeassistant_ynh/tree/testing --debug
```
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>

View file

@ -6,7 +6,7 @@
"en": "Home automation platform",
"fr": "Plateforme domotique"
},
"version": "2023.1.3~ynh1",
"version": "2023.1.6~ynh1",
"url": "https://github.com/home-assistant/home-assistant",
"upstream": {
"license": "Apache-2.0",

View file

@ -5,7 +5,7 @@
#=================================================
# Release to install
app_version=2023.1.3
app_version=2023.1.6
# Package dependencies
pkg_dependencies="python3 python3-dev python3-venv python3-pip libffi-dev libssl-dev libjpeg-dev zlib1g-dev autoconf build-essential libopenjp2-7 libtiff5 libturbojpeg0 libmariadb-dev libmariadb-dev-compat rustc"