diff --git a/ALL_README.md b/ALL_README.md index 152f2e7..4ed64dd 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -5,4 +5,5 @@ - [Irakurri README euskaraz](README_eu.md) - [Lire le README en français](README_fr.md) - [Le o README en galego](README_gl.md) +- [Baca README dalam bahasa bahasa Indonesia](README_id.md) - [阅读中文(简体)的 README](README_zh_Hans.md) diff --git a/README.md b/README.md index 5b289e2..7401030 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.3~ynh1 +**Shipped version:** 2024.7.4~ynh1 **Demo:** diff --git a/README_es.md b/README_es.md index fe534fb..cc38c20 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.3~ynh1 +**Versión actual:** 2024.7.4~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index 2188e4e..02fb503 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.3~ynh1 +**Paketatutako bertsioa:** 2024.7.4~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index b0d4af4..b486a94 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.3~ynh1 +**Version incluse :** 2024.7.4~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 5f8cc61..8ea6d59 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.3~ynh1 +**Versión proporcionada:** 2024.7.4~ynh1 **Demo:** diff --git a/README_id.md b/README_id.md new file mode 100644 index 0000000..3921444 --- /dev/null +++ b/README_id.md @@ -0,0 +1,59 @@ + + +# Home Assistant untuk YunoHost + +[![Tingkat integrasi](https://dash.yunohost.org/integration/homeassistant.svg)](https://ci-apps.yunohost.org/ci/apps/homeassistant/) ![Status kerja](https://ci-apps.yunohost.org/ci/badges/homeassistant.status.svg) ![Status pemeliharaan](https://ci-apps.yunohost.org/ci/badges/homeassistant.maintain.svg) + +[![Pasang Home Assistant dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=homeassistant) + +*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)* + +> *Paket ini memperbolehkan Anda untuk memasang Home Assistant secara cepat dan mudah pada server YunoHost.* +> *Bila Anda tidak mempunyai YunoHost, silakan berkonsultasi dengan [panduan](https://yunohost.org/install) untuk mempelajari bagaimana untuk memasangnya.* + +## Ringkasan + +Home Assistant is an open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. + +### Features + +- Works with over 1000 brands ; +- Powerful automations ; +- Extend your system with add-ons ; +- All your smart home data stays local ; +- Companion Mobile Apps ; +- Home Energy Management." + + +**Versi terkirim:** 2024.7.4~ynh1 + +**Demo:** + +## Tangkapan Layar + +![Tangkapan Layar pada Home Assistant](./doc/screenshots/screenshot1.png) + +## Dokumentasi dan sumber daya + +- Website aplikasi resmi: +- Dokumentasi admin resmi: +- Depot kode aplikasi hulu: +- Gudang YunoHost: +- Laporkan bug: + +## Info developer + +Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/homeassistant_ynh/tree/testing). + +Untuk mencoba branch `testing`, silakan dilanjutkan seperti: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/homeassistant_ynh/tree/testing --debug +atau +sudo yunohost app upgrade homeassistant -u https://github.com/YunoHost-Apps/homeassistant_ynh/tree/testing --debug +``` + +**Info lebih lanjut mengenai pemaketan aplikasi:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 5814025..ef0ebfb 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.3~ynh1 +**分发版本:** 2024.7.4~ynh1 **演示:** diff --git a/manifest.toml b/manifest.toml index 5492e36..c9a0f47 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.3~ynh1" +version = "2024.7.4~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.3.tar.gz" - sha256 = "e9833c92e366e228f709b913b0cfb743dca87b9a8463b3cf05d7c43cb7140fe5" + url = "https://github.com/home-assistant/core/archive/refs/tags/2024.7.4.tar.gz" + sha256 = "16d00a28fa476153fd0bc699c17b88d3d9b329093b9c91475a72b300fe5342a0" autoupdate.strategy = "latest_github_release"