From b72ae18df8d4aeeb7a8a5154f0282d02ba9ad0fb Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 6 Jul 2024 03:37:30 +0200 Subject: [PATCH] Upgrade to v2024.7.1 https://github.com/home-assistant/core/releases/tag/2024.7.1 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 8a71834..80424e2 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.0~ynh1" +version = "2024.7.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.7.0.tar.gz" - sha256 = "a32f1f572aa6dbd47bf277d491879f8b0e1a3a431f6d439f7f258c6b4f528f49" + url = "https://github.com/home-assistant/core/archive/refs/tags/2024.7.1.tar.gz" + sha256 = "4ca15ce5b6afe766dec9c7043069ef279846d7c215cacf86c2cdf132f564cd81" autoupdate.strategy = "latest_github_release"