Skip to content

Commit

Permalink
Merge pull request #65 from mawaqit/core-integration
Browse files Browse the repository at this point in the history
Core integration ready to be official
  • Loading branch information
moha-tah authored Jul 10, 2024
2 parents f0cad35 + dda665d commit ba20632
Show file tree
Hide file tree
Showing 20 changed files with 1,581 additions and 734 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/action_integration.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: HACS Action

on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"

jobs:
hacs:
name: HACS Action
runs-on: "ubuntu-latest"
steps:
- name: HACS Action
uses: "hacs/action@main"
with:
category: "integration"
14 changes: 14 additions & 0 deletions .github/workflows/hassfest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Validate with hassfest

on:
push:
pull_request:
schedule:
- cron: '0 0 * * *'

jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- uses: "home-assistant/actions/hassfest@master"
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

custom_components/.DS_Store
custom_components/mawaqit/data
custom_components/mawaqit/test.py
custom_components/mawaqit/strings.json
custom_components/.DS_Store
.DS_Store
custom_components/mawaqit/data
__pycache__/
Loading

0 comments on commit ba20632

Please sign in to comment.