diff --git a/README.md b/README.md index f6b0a36..0cc7388 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Home Assistant is an open source home automation that puts local control and pri - Home Energy Management." -**Shipped version:** 2024.5.2~ynh1 +**Shipped version:** 2024.5.3~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index 0f6da76..0ba2bda 100644 --- a/README_eu.md +++ b/README_eu.md @@ -28,7 +28,7 @@ Home Assistant is an open source home automation that puts local control and pri - Home Energy Management." -**Paketatutako bertsioa:** 2024.5.2~ynh1 +**Paketatutako bertsioa:** 2024.5.3~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 3ce7cd2..09a75ab 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,7 +27,7 @@ Home Assistant zst une application domotique open source qui donne la priorité - Applications mobiles compagnons ; - Gestion de l'énergie domestique. -**Version incluse :** 2024.5.2~ynh1 +**Version incluse :** 2024.5.3~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 14ae49e..1ae4914 100644 --- a/README_gl.md +++ b/README_gl.md @@ -28,7 +28,7 @@ Home Assistant is an open source home automation that puts local control and pri - Home Energy Management." -**Versión proporcionada:** 2024.5.2~ynh1 +**Versión proporcionada:** 2024.5.3~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index a4273cc..df10304 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -28,7 +28,7 @@ Home Assistant is an open source home automation that puts local control and pri - Home Energy Management." -**分发版本:** 2024.5.2~ynh1 +**分发版本:** 2024.5.3~ynh1 **演示:** diff --git a/manifest.toml b/manifest.toml index 6764e2d..3153618 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.2~ynh1" +version = "2024.5.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.5.2.tar.gz" - sha256 = "9b29421415122bfe70cefbb16b4a5d01beadb486b2e8c64a5cb86448b3a11c7c" + url = "https://github.com/home-assistant/core/archive/refs/tags/2024.5.3.tar.gz" + sha256 = "b6e20f8774d0cca621b46ffb3db2abf8ed3a142037932d32cec7a48259d998cf" autoupdate.strategy = "latest_github_release"