Skip to content

Commit

Permalink
Merge pull request #2 from itchannel/1.04
Browse files Browse the repository at this point in the history
1.04
  • Loading branch information
itchannel authored Jul 26, 2022
2 parents 128ab38 + 8bcee44 commit f51b380
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 23 deletions.
39 changes: 20 additions & 19 deletions .github/workflows/combined.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]"

- name: HACS validation
uses: "hacs/[email protected]"
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/[email protected]"

- name: Hassfest validation
uses: "home-assistant/actions/hassfest@master"

2 changes: 1 addition & 1 deletion custom_components/apex/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [],
Expand Down
1 change: 0 additions & 1 deletion custom_components/apex/strings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"title": "Apex",
"config": {
"step": {
"user": {
Expand Down
3 changes: 1 addition & 2 deletions custom_components/apex/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@
}
}
}
},
"title": "Apex"
}
}
6 changes: 6 additions & 0 deletions info.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f51b380

Please sign in to comment.