Skip to content

Commit d19c718

Browse files
committed
Add HACS and Hassfest validation workflow
1 parent fa10c92 commit d19c718

2 files changed

Lines changed: 31 additions & 1 deletion

File tree

.github/workflows/validate.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: Validate
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
9+
jobs:
10+
hacs:
11+
name: HACS Validation
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Checkout Repository
15+
uses: actions/checkout@v4
16+
17+
- name: Run HACS Validation
18+
uses: hacs/action@main
19+
with:
20+
category: integration
21+
22+
hassfest:
23+
name: Hassfest Validation
24+
runs-on: ubuntu-latest
25+
steps:
26+
- name: Checkout Repository
27+
uses: actions/checkout@v4
28+
29+
- name: Run Hassfest
30+
uses: home-assistant/actions/hassfest@master

custom_components/ecoflow_powerocean/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"domain": "ecoflow_powerocean",
33
"name": "EcoFlow PowerOcean",
44
"version": "0.3.6",
5-
"codeowners": [],
5+
"codeowners": ["@Feberdin"],
66
"config_flow": true,
77
"documentation": "https://github.com/Feberdin/ecoflow-powerocean-ha",
88
"issue_tracker": "https://github.com/Feberdin/ecoflow-powerocean-ha/issues",

0 commit comments

Comments
 (0)