We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2119016 + 6bfbd67 commit 65ed7a2Copy full SHA for 65ed7a2
2 files changed
.github/workflows/validate.yaml
@@ -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
@@ -1,9 +1,6 @@
{
"name": "Enpal Solar",
- "domain": "enpal_webparser",
"homeassistant": "2023.5.0",
"render_readme": true,
- "integration_type": "integration",
- "iot_class": "local_polling",
"zip_release": false
}
0 commit comments