From efebd5abf3a974f2b202131ec437e388cb97d083 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Nenz=C3=A9n?= Date: Wed, 6 Apr 2022 22:01:02 +0200 Subject: [PATCH] Remove ignore brands in validation (#29) * Remove ignore brands in validation * Update name --- .github/workflows/cron.yaml | 1 - .github/workflows/validate.yaml | 1 - README.md | 2 +- custom_components/wellbeing/manifest.json | 2 +- 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cron.yaml b/.github/workflows/cron.yaml index 4d0f3d1..9475676 100644 --- a/.github/workflows/cron.yaml +++ b/.github/workflows/cron.yaml @@ -24,6 +24,5 @@ jobs: - name: HACS Validation uses: hacs/action@main with: - ignore: brands category: integration comment: False diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index f1e4539..dcca778 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -29,6 +29,5 @@ jobs: - name: HACS Validation uses: hacs/action@main with: - ignore: brands category: integration comment: True diff --git a/README.md b/README.md index efc52b0..83c202d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Add the url to the repository as a custom integration. 4. Download _all_ the files from the `custom_components/wellbeing/` directory (folder) in this repository. 5. Place the files you downloaded in the new directory (folder) you created. 6. Restart Home Assistant -7. In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "Wellbeing" +7. In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "Electrolux Wellbeing" Contributions are welcome! diff --git a/custom_components/wellbeing/manifest.json b/custom_components/wellbeing/manifest.json index 6dd99e6..238bf05 100644 --- a/custom_components/wellbeing/manifest.json +++ b/custom_components/wellbeing/manifest.json @@ -1,6 +1,6 @@ { "domain": "wellbeing", - "name": "Wellbeing", + "name": "Electrolux Wellbeing", "iot_class": "cloud_polling", "documentation": "https://github.com/JohNan/homeassistant-wellbeing", "issue_tracker": "https://github.com/JohNan/homeassistant-wellbeing/issues",