Skip to content

Commit 65ed7a2

Browse files
authored
Merge pull request #20 from derolli1976/hacs_validation
Create validate.yaml for HACS validation
2 parents 2119016 + 6bfbd67 commit 65ed7a2

2 files changed

Lines changed: 19 additions & 3 deletions

File tree

.github/workflows/validate.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Validate
2+
3+
on:
4+
push:
5+
pull_request:
6+
schedule:
7+
- cron: "0 0 * * *"
8+
workflow_dispatch:
9+
10+
permissions: {}
11+
12+
jobs:
13+
validate-hacs:
14+
runs-on: "ubuntu-latest"
15+
steps:
16+
- name: HACS validation
17+
uses: "hacs/action@main"
18+
with:
19+
category: "integration"

hacs.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"name": "Enpal Solar",
3-
"domain": "enpal_webparser",
43
"homeassistant": "2023.5.0",
54
"render_readme": true,
6-
"integration_type": "integration",
7-
"iot_class": "local_polling",
85
"zip_release": false
96
}

0 commit comments

Comments
 (0)