diff --git a/.github/workflows/hacs.yaml b/.github/workflows/hacs.yaml new file mode 100644 index 0000000..ea6cf6f --- /dev/null +++ b/.github/workflows/hacs.yaml @@ -0,0 +1,17 @@ +name: HACS Action + +on: + push: + pull_request: + schedule: + - cron: "0 0 * * *" + +jobs: + hacs: + name: HACS Action + runs-on: "ubuntu-latest" + steps: + - name: HACS Action + uses: "hacs/action@main" + with: + category: "integration" diff --git a/.github/workflows/hassfest.yaml b/.github/workflows/hassfest.yaml new file mode 100644 index 0000000..d203eda --- /dev/null +++ b/.github/workflows/hassfest.yaml @@ -0,0 +1,14 @@ +name: Validate with hassfest + +on: + push: + pull_request: + schedule: + - cron: '0 0 * * *' + +jobs: + validate: + runs-on: "ubuntu-latest" + steps: + - uses: "actions/checkout@v4" + - uses: "home-assistant/actions/hassfest@master" diff --git a/custom_components/blauberg_s21/manifest.json b/custom_components/blauberg_s21/manifest.json index 07cd0af..ee047f6 100644 --- a/custom_components/blauberg_s21/manifest.json +++ b/custom_components/blauberg_s21/manifest.json @@ -1,15 +1,15 @@ { "domain": "blauberg_s21", "name": "Blauberg S21", + "codeowners": ["@jvitkauskas"], "config_flow": true, + "dependencies": [], "documentation": "https://github.com/jvitkauskas/homeassistant_blauberg_s21", + "homekit": {}, + "iot_class": "local_polling", "issue_tracker": "https://github.com/jvitkauskas/homeassistant_blauberg_s21/issues", "requirements": ["pybls21==3.0.4"], "ssdp": [], - "zeroconf": [], - "homekit": {}, - "dependencies": [], - "codeowners": ["@jvitkauskas"], - "iot_class": "local_polling", - "version": "0.1.3" + "version": "0.1.3", + "zeroconf": [] } diff --git a/hacs.json b/hacs.json index b57985a..80f0a21 100644 --- a/hacs.json +++ b/hacs.json @@ -1,6 +1,4 @@ { "name": "Blauberg S21", - "render_readme": true, - "iot_class": "Local Polling", - "domains": ["climate"] + "render_readme": true }