Skip to content

Commit ba20632

Browse files
authored
Merge pull request #65 from mawaqit/core-integration
Core integration ready to be official
2 parents f0cad35 + dda665d commit ba20632

File tree

20 files changed

+1581
-734
lines changed

20 files changed

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

.github/workflows/hassfest.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Validate with hassfest
2+
3+
on:
4+
push:
5+
pull_request:
6+
schedule:
7+
- cron: '0 0 * * *'
8+
9+
jobs:
10+
validate:
11+
runs-on: "ubuntu-latest"
12+
steps:
13+
- uses: "actions/checkout@v4"
14+
- uses: "home-assistant/actions/hassfest@master"

.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
2-
custom_components/.DS_Store
1+
custom_components/mawaqit/data
2+
custom_components/mawaqit/test.py
3+
custom_components/mawaqit/strings.json
34
custom_components/.DS_Store
45
.DS_Store
5-
custom_components/mawaqit/data
6+
__pycache__/

0 commit comments

Comments
 (0)