From ffb84c1bdf1180a6c42f5a9498e5d68ed5bfbe76 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 6 Jun 2024 03:43:11 +0200 Subject: [PATCH] Upgrade to v2024.6.0 https://github.com/home-assistant/core/releases/tag/2024.6.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 93126bd..df98933 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.5.5~ynh1" +version = "2024.6.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.5.5.tar.gz" - sha256 = "8f45aec795892f54ff985acd41215022b30d671f65f8e6cc8cc7aba8a9d945ea" + url = "https://github.com/home-assistant/core/archive/refs/tags/2024.6.0.tar.gz" + sha256 = "7e5282797dd3daeba937f26dd9ebc1e0c50bb4844fdd656ad0ca44b54ec703f0" autoupdate.strategy = "latest_github_release"