From 7fe64a283e16ea7fa62089be9b335466c0a30a8d Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 26 Aug 2024 03:40:01 +0200 Subject: [PATCH] Upgrade sources - `main` v2024.8.3: https://github.com/home-assistant/core/releases/tag/2024.8.3 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index b450f80..d8cb62a 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.8.2~ynh1" +version = "2024.8.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.8.2.tar.gz" - sha256 = "9101fcb70236705a815deb61784ccf2b35f13b31753c274814c85a305ee7b071" + url = "https://github.com/home-assistant/core/archive/refs/tags/2024.8.3.tar.gz" + sha256 = "b43979e982cb94cce4553af47a303331edddc0d914b95d522178e13398b5f38a" autoupdate.strategy = "latest_github_release"