From 983e66204513e2f1975b34b4b4dfe647312f33e7 Mon Sep 17 00:00:00 2001 From: Augustas Cirba Date: Tue, 19 Sep 2023 20:17:06 +0300 Subject: [PATCH] Fix for hassfest (#24) * Fix for hassfest * Fix for hassfest #2 * Fix for hassfest #3 --- .github/workflows/validate.yaml | 13 ++----------- custom_components/eldes_alarm/manifest.json | 8 ++++---- 2 files changed, 6 insertions(+), 15 deletions(-) diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index bde7ce4..6ce48dd 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -9,15 +9,6 @@ on: jobs: validate: runs-on: "ubuntu-latest" - name: Validate HACS and Hassfest steps: - - uses: "actions/checkout@v2" - - - name: HACS validation - uses: "hacs/action@main" - with: - category: "integration" - - - name: Hassfest validation - uses: "home-assistant/actions/hassfest@master" - + - uses: "actions/checkout@v3" + - uses: "home-assistant/actions/hassfest@master" \ No newline at end of file diff --git a/custom_components/eldes_alarm/manifest.json b/custom_components/eldes_alarm/manifest.json index 97d63e7..b26c09c 100644 --- a/custom_components/eldes_alarm/manifest.json +++ b/custom_components/eldes_alarm/manifest.json @@ -1,12 +1,12 @@ { "domain": "eldes_alarm", "name": "Eldes Alarm", + "codeowners": ["@augustas2"], "config_flow": true, + "dependencies": ["http"], "documentation": "https://github.com/augustas2/eldes/blob/master/README.md", + "iot_class": "cloud_polling", "issue_tracker": "https://github.com/augustas2/eldes/issues", - "codeowners": ["@augustas2"], - "dependencies": ["http"], "requirements": [], - "version": "1.0.0", - "iot_class": "cloud_polling" + "version": "1.0.0" }