From 4005a1cfa676f9ba98b397428763ef5e10e771cc Mon Sep 17 00:00:00 2001 From: James Musson Date: Sun, 22 Dec 2024 21:42:14 +0000 Subject: [PATCH] fix(home-assistant): update Chart description to text from Home Assistant website (#29831) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** The current Chart.yaml includes reference to TrueNAS SCALE. This PR replaces the chart description with text from the Home Assistant website. This description text is used by the homepage widget for Home Assistant when using ingress.integrations.homepage ⚒️ Fixes # **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] 🔃 Refactor of current code **🧪 How Has This Been Tested?** **📃 Notes:** **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning - [x] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):` or `chore(chart-name):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --------- Signed-off-by: James Musson --- charts/stable/home-assistant/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/stable/home-assistant/Chart.yaml b/charts/stable/home-assistant/Chart.yaml index 3517a789a9b4..c8f3769831af 100644 --- a/charts/stable/home-assistant/Chart.yaml +++ b/charts/stable/home-assistant/Chart.yaml @@ -16,7 +16,7 @@ dependencies: tags: [] import-values: [] deprecated: false -description: home-assistant App for TrueNAS SCALE +description: Open source home automation that puts local control and privacy first. home: https://truecharts.org/charts/stable/home-assistant icon: https://truecharts.org/img/hotlink-ok/chart-icons/home-assistant.webp keywords: @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/home-assistant - https://hub.docker.com/r/homeassistant/home-assistant type: application -version: 26.8.4 +version: 26.8.5