File tree Expand file tree Collapse file tree
custom_components/ecoflow_powerocean Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments