diff --git a/README.md b/README.md index 4ed710b..5b289e2 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.7.2~ynh1 +**Shipped version:** 2024.7.3~ynh1 **Demo:** diff --git a/README_es.md b/README_es.md index 41c1111..fe534fb 100644 --- a/README_es.md +++ b/README_es.md @@ -28,7 +28,7 @@ Home Assistant is an open source home automation that puts local control and pri - Home Energy Management." -**Versión actual:** 2024.7.2~ynh1 +**Versión actual:** 2024.7.3~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index c26b9a7..2188e4e 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.7.2~ynh1 +**Paketatutako bertsioa:** 2024.7.3~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index c62f367..b0d4af4 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.7.2~ynh1 +**Version incluse :** 2024.7.3~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index fe689c5..5f8cc61 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.7.2~ynh1 +**Versión proporcionada:** 2024.7.3~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 211b848..5814025 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.7.2~ynh1 +**分发版本:** 2024.7.3~ynh1 **演示:** diff --git a/manifest.toml b/manifest.toml index 2ecafd0..5492e36 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.7.2~ynh1" +version = "2024.7.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.7.2.tar.gz" - sha256 = "12af022d14ee337e1bffb13765f986e08ffeb7d64feb87cdb55e2b6003cefe8f" + url = "https://github.com/home-assistant/core/archive/refs/tags/2024.7.3.tar.gz" + sha256 = "e9833c92e366e228f709b913b0cfb743dca87b9a8463b3cf05d7c43cb7140fe5" autoupdate.strategy = "latest_github_release"