From e7f11ec7bace48e02ac932b159b41605955891b3 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 25 May 2024 03:37:22 +0200 Subject: [PATCH] Upgrade to v2024.5.5 https://github.com/home-assistant/core/releases/tag/2024.5.5 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index b240131..93126bd 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.4~ynh1" +version = "2024.5.5~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.4.tar.gz" - sha256 = "2c6f3d827085a4ce744606def61152a7c1afbcd779e179a97908f2109634acb3" + url = "https://github.com/home-assistant/core/archive/refs/tags/2024.5.5.tar.gz" + sha256 = "8f45aec795892f54ff985acd41215022b30d671f65f8e6cc8cc7aba8a9d945ea" autoupdate.strategy = "latest_github_release"