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",