diff --git a/README.md b/README.md index 10a9fbe..6640c81 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.6.0~ynh1 +**Shipped version:** 2024.6.1~ynh1 **Demo:** diff --git a/README_es.md b/README_es.md index 8ef9248..382f83c 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.6.0~ynh1 +**Versión actual:** 2024.6.1~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index 3bf0268..e2e5d84 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.6.0~ynh1 +**Paketatutako bertsioa:** 2024.6.1~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index a61518f..c3d775b 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.6.0~ynh1 +**Version incluse :** 2024.6.1~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 43d3ef7..03fdd1d 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.6.0~ynh1 +**Versión proporcionada:** 2024.6.1~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 769dc19..dacdff9 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.6.0~ynh1 +**分发版本:** 2024.6.1~ynh1 **演示:** diff --git a/manifest.toml b/manifest.toml index df98933..6e23c37 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.6.0~ynh1" +version = "2024.6.1~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.6.0.tar.gz" - sha256 = "7e5282797dd3daeba937f26dd9ebc1e0c50bb4844fdd656ad0ca44b54ec703f0" + url = "https://github.com/home-assistant/core/archive/refs/tags/2024.6.1.tar.gz" + sha256 = "2376de99fa8727a14be66646102c0ea33c95e25dc1fe40e560521a4fdf88a045" autoupdate.strategy = "latest_github_release"