From 01688845a5ba02f1e1b1797d2cd34e5b839d532e Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 11 Jul 2024 03:35:38 +0200 Subject: [PATCH] Upgrade to v2024.7.2 https://github.com/home-assistant/core/releases/tag/2024.7.2 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 80424e2..2ecafd0 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.7.1~ynh1" +version = "2024.7.2~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.7.1.tar.gz" - sha256 = "4ca15ce5b6afe766dec9c7043069ef279846d7c215cacf86c2cdf132f564cd81" + url = "https://github.com/home-assistant/core/archive/refs/tags/2024.7.2.tar.gz" + sha256 = "12af022d14ee337e1bffb13765f986e08ffeb7d64feb87cdb55e2b6003cefe8f" autoupdate.strategy = "latest_github_release"