diff --git a/README.md b/README.md index b24af0b..2d83fcd 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Home Assistant is an open source home automation that puts local control and pri - Companion Mobile Apps ; - Home Energy Management." -**Shipped version:** 2024.3.0~ynh1 +**Shipped version:** 2024.3.1~ynh1 **Demo:** @@ -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. -``` bash +```bash sudo yunohost app install https://github.com/YunoHost-Apps/homeassistant_ynh/tree/testing --debug or sudo yunohost app upgrade homeassistant -u https://github.com/YunoHost-Apps/homeassistant_ynh/tree/testing --debug diff --git a/README_fr.md b/README_fr.md index 2d3449d..0ff2858 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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 ; - Applications mobiles compagnons ; - Gestion de l'énergie domestique. -**Version incluse :** 2024.3.0~ynh1 +**Version incluse :** 2024.3.1~ynh1 **Démo :** @@ -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. -``` bash +```bash sudo yunohost app install https://github.com/YunoHost-Apps/homeassistant_ynh/tree/testing --debug ou sudo yunohost app upgrade homeassistant -u https://github.com/YunoHost-Apps/homeassistant_ynh/tree/testing --debug diff --git a/manifest.toml b/manifest.toml index e5ca608..a90e012 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Home Assistant" description.en = "Home automation platform" description.fr = "Plateforme domotique" -version = "2024.3.0~ynh1" +version = "2024.3.1~ynh1" maintainers = ["ewilly"] @@ -80,8 +80,8 @@ ram.runtime = "2G" [resources.sources] [resources.sources.main] - url = "https://github.com/home-assistant/core/archive/refs/tags/2024.3.0.tar.gz" - sha256 = "1672ebc903a73c0204f7f943a9d07b620d27c2f47b0e96d1fe0d36db5bf59096" + url = "https://github.com/home-assistant/core/archive/refs/tags/2024.3.1.tar.gz" + sha256 = "f74074e48584e80061d2b73cd48906dc00162b144236d41071611a8f4cd119ba" autoupdate.strategy = "latest_github_release"