diff --git a/README.md b/README.md index ac662c3..b24af0b 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.2.5~ynh2 +**Shipped version:** 2024.3.0~ynh1 **Demo:** diff --git a/README_fr.md b/README_fr.md index d27da2e..2d3449d 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.2.5~ynh2 +**Version incluse :** 2024.3.0~ynh1 **Démo :** diff --git a/manifest.toml b/manifest.toml index beea61d..e5ca608 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.2.5~ynh2" +version = "2024.3.0~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.2.5.tar.gz" - sha256 = "cb65a0c60621688eab43b646e545d2a991cd9eacc65e02d3a39d0ddbd5a645d4" + url = "https://github.com/home-assistant/core/archive/refs/tags/2024.3.0.tar.gz" + sha256 = "1672ebc903a73c0204f7f943a9d07b620d27c2f47b0e96d1fe0d36db5bf59096" autoupdate.strategy = "latest_github_release"