Skip to content

Commit

Permalink
Merge pull request #39 from CoMPaTech/actions
Browse files Browse the repository at this point in the history
Add validation and issue_tracker
  • Loading branch information
CoMPaTech authored Oct 13, 2023
2 parents e33a15b + f9e4172 commit 196555a
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Validate

on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:

jobs:
validate-hacs:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- name: HACS validation
uses: "hacs/action@main"
with:
category: "integration"
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ Even though available does not mean it's stable yet, the HA part is solid but th

# Changelog

## SEP 2023 [0.2.3]
- Conform to hacs and HA files
- Adding HACS validation

## SEP 2023 [0.2.2]
- Fix location (i.e. `device_tracker`) reporting

Expand Down
3 changes: 2 additions & 1 deletion custom_components/stromer/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"config_flow": true,
"documentation": "https://github.com/CoMPaTech/stromer",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/CoMPaTech/stromer/issues",
"requirements": [],
"version": "0.2.1"
"version": "0.2.3"
}
1 change: 0 additions & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "Stromer E-Bike",
"domains": ["binary_sensor","sensor", "device_tracker"],
"homeassistant": "2023.3.0",
"render_readme": true
}

0 comments on commit 196555a

Please sign in to comment.