From bd15ba7be984d1a893d750a185f9e8a42a46c6bf Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 23 Mar 2024 02:40:24 +0100 Subject: [PATCH] Upgrade to v2024.3.3 https://github.com/home-assistant/core/releases/tag/2024.3.3 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index a90e012..a65ca9c 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.3.1~ynh1" +version = "2024.3.3~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.3.1.tar.gz" - sha256 = "f74074e48584e80061d2b73cd48906dc00162b144236d41071611a8f4cd119ba" + url = "https://github.com/home-assistant/core/archive/refs/tags/2024.3.3.tar.gz" + sha256 = "8bdb1f14673f3d272a25fc56a41c9032e6279394e08fd0efd1c25504394656f8" autoupdate.strategy = "latest_github_release"