Skip to content

Commit 0186c2f

Browse files
committed
prep for application to hacs
1 parent 3c80e67 commit 0186c2f

File tree

5 files changed

+33
-1
lines changed

5 files changed

+33
-1
lines changed

.github/workflows/hacs.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: HACS
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
7+
branches:
8+
- main
9+
jobs:
10+
hacs:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v4
14+
- name: HACS validation
15+
uses: hacs/action@main
16+
with:
17+
category: integration

.github/workflows/hassfest.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Hassfest
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
7+
branches:
8+
- main
9+
jobs:
10+
hassfest:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v4
14+
- name: Hassfest validation
15+
uses: home-assistant/actions/hassfest@master

brand/icon.png

327 KB
Loading

brand/logo_full.png

4.66 MB
Loading

custom_components/pvoutput_publisher/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"integration_type": "hub",
99
"iot_class": "cloud_push",
1010
"requirements": [],
11-
"version": "1.0.0"
11+
"version": "1.0.1"
1212
}

0 commit comments

Comments
 (0)