diff --git a/.github/workflows/combined.yaml b/.github/workflows/combined.yaml index 2aabc51..0941e1f 100644 --- a/.github/workflows/combined.yaml +++ b/.github/workflows/combined.yaml @@ -5,24 +5,25 @@ on: schedule: - cron: '0 0 * * *' jobs: - ci: - runs-on: ubuntu-latest + hacs: + runs-on: "ubuntu-latest" + name: HACS steps: - - uses: actions/checkout@v2 - name: Download repo + - name: Check out the repository + uses: "actions/checkout@v3.0.2" + + - name: HACS validation + uses: "hacs/action@22.5.0" with: - fetch-depth: 0 - - uses: actions/setup-python@v2 - name: Setup Python - - uses: actions/cache@v2 - name: Cache - with: - path: | - ~/.cache/pip - key: custom-component-ci - - uses: hacs/action@main - with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - CATEGORY: integration - - uses: "home-assistant/actions/hassfest@master" - name: Validate with hassfest + category: "integration" + + hassfest: + runs-on: "ubuntu-latest" + name: Hassfest + steps: + - name: Check out the repository + uses: "actions/checkout@v3.0.2" + + - name: Hassfest validation + uses: "home-assistant/actions/hassfest@master" + diff --git a/custom_components/apex/manifest.json b/custom_components/apex/manifest.json index da0fb76..edeeed9 100644 --- a/custom_components/apex/manifest.json +++ b/custom_components/apex/manifest.json @@ -4,7 +4,7 @@ "config_flow": true, "documentation": "https://github.com/itchannel/apex-ha", "issue_tracker": "https://github.com/itchannel/apex-ha/issues", - "version": "0.1.1", + "version": "1.0.4", "requirements": [], "ssdp": [], "zeroconf": [], diff --git a/custom_components/apex/strings.json b/custom_components/apex/strings.json index 074912c..09c5997 100644 --- a/custom_components/apex/strings.json +++ b/custom_components/apex/strings.json @@ -1,5 +1,4 @@ { - "title": "Apex", "config": { "step": { "user": { diff --git a/custom_components/apex/translations/en.json b/custom_components/apex/translations/en.json index 528c7d8..0316b72 100644 --- a/custom_components/apex/translations/en.json +++ b/custom_components/apex/translations/en.json @@ -17,6 +17,5 @@ } } } - }, - "title": "Apex" + } } \ No newline at end of file diff --git a/info.md b/info.md index 5130474..4e738a0 100644 --- a/info.md +++ b/info.md @@ -1,4 +1,10 @@ ## **Changelog** +### Version 1.04 +- Update translations file for hacfest workflow +### Version 1.03 +- Fixed "AON" status for outputs +### Version 1.02 +- Remove excess logging code ### Version 1.01 - Fix coordinator updates ### Version 1.00