From 2565d81f234f1e2bd41cbc96c08c3ac31ca5b7fb Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 2 May 2024 03:36:09 +0200 Subject: [PATCH] Upgrade to v2024.5.0 https://github.com/home-assistant/core/releases/tag/2024.5.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index db3b3db..5d6a062 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.4.4~ynh1" +version = "2024.5.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.4.4.tar.gz" - sha256 = "e8d7f85ff2436a36dda848fbaebced67da3c9b5e45e0747b9b725a2e9fefb796" + url = "https://github.com/home-assistant/core/archive/refs/tags/2024.5.0.tar.gz" + sha256 = "50c69c538c323d584cbbf79540e1219a960cf198bc1fe9eda78cdc66aafc238f" autoupdate.strategy = "latest_github_release"