mirror of
https://github.com/YunoHost-Apps/homeassistant_ynh.git
synced 2024-09-03 19:26:16 +02:00
Merge pull request #307 from YunoHost-Apps/ci-auto-update-2024.3.1
Upgrade to v2024.3.1
This commit is contained in:
commit
deeadb8112
3 changed files with 7 additions and 7 deletions
|
@ -27,7 +27,7 @@ Home Assistant is an open source home automation that puts local control and pri
|
||||||
- Companion Mobile Apps ;
|
- Companion Mobile Apps ;
|
||||||
- Home Energy Management."
|
- Home Energy Management."
|
||||||
|
|
||||||
**Shipped version:** 2024.3.0~ynh1
|
**Shipped version:** 2024.3.1~ynh1
|
||||||
|
|
||||||
**Demo:** <https://demo.home-assistant.io>
|
**Demo:** <https://demo.home-assistant.io>
|
||||||
|
|
||||||
|
@ -49,7 +49,7 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos
|
||||||
|
|
||||||
To try the testing branch, please proceed like that.
|
To try the testing branch, please proceed like that.
|
||||||
|
|
||||||
``` bash
|
```bash
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/homeassistant_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/homeassistant_ynh/tree/testing --debug
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade homeassistant -u https://github.com/YunoHost-Apps/homeassistant_ynh/tree/testing --debug
|
sudo yunohost app upgrade homeassistant -u https://github.com/YunoHost-Apps/homeassistant_ynh/tree/testing --debug
|
||||||
|
|
|
@ -26,7 +26,7 @@ Home Assistant zst une application domotique open source qui donne la priorité
|
||||||
- Toutes les données de votre maison intelligente restent locales ;
|
- Toutes les données de votre maison intelligente restent locales ;
|
||||||
- Applications mobiles compagnons ;
|
- Applications mobiles compagnons ;
|
||||||
- Gestion de l'énergie domestique.
|
- Gestion de l'énergie domestique.
|
||||||
**Version incluse :** 2024.3.0~ynh1
|
**Version incluse :** 2024.3.1~ynh1
|
||||||
|
|
||||||
**Démo :** <https://demo.home-assistant.io>
|
**Démo :** <https://demo.home-assistant.io>
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno
|
||||||
|
|
||||||
Pour essayer la branche testing, procédez comme suit.
|
Pour essayer la branche testing, procédez comme suit.
|
||||||
|
|
||||||
``` bash
|
```bash
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/homeassistant_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/homeassistant_ynh/tree/testing --debug
|
||||||
ou
|
ou
|
||||||
sudo yunohost app upgrade homeassistant -u https://github.com/YunoHost-Apps/homeassistant_ynh/tree/testing --debug
|
sudo yunohost app upgrade homeassistant -u https://github.com/YunoHost-Apps/homeassistant_ynh/tree/testing --debug
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Home Assistant"
|
||||||
description.en = "Home automation platform"
|
description.en = "Home automation platform"
|
||||||
description.fr = "Plateforme domotique"
|
description.fr = "Plateforme domotique"
|
||||||
|
|
||||||
version = "2024.3.0~ynh1"
|
version = "2024.3.1~ynh1"
|
||||||
|
|
||||||
maintainers = ["ewilly"]
|
maintainers = ["ewilly"]
|
||||||
|
|
||||||
|
@ -80,8 +80,8 @@ ram.runtime = "2G"
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
|
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/home-assistant/core/archive/refs/tags/2024.3.0.tar.gz"
|
url = "https://github.com/home-assistant/core/archive/refs/tags/2024.3.1.tar.gz"
|
||||||
sha256 = "1672ebc903a73c0204f7f943a9d07b620d27c2f47b0e96d1fe0d36db5bf59096"
|
sha256 = "f74074e48584e80061d2b73cd48906dc00162b144236d41071611a8f4cd119ba"
|
||||||
|
|
||||||
autoupdate.strategy = "latest_github_release"
|
autoupdate.strategy = "latest_github_release"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue