Skip to content

Commit

Permalink
Merge pull request #60 from Yeyvo/core-integration
Browse files Browse the repository at this point in the history
Core integration
  • Loading branch information
moha-tah authored Jun 9, 2024
2 parents ab65bd5 + 6ad4879 commit 6e69663
Show file tree
Hide file tree
Showing 14 changed files with 1,174 additions and 344 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/actions.yml
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"
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
custom_components/mawaqit/data
custom_components/mawaqit/translations/*
custom_components/mawaqit/test.py
custom_components/mawaqit/strings.json
custom_components/.DS_Store
.DS_Store
__pycache__/
Loading

0 comments on commit 6e69663

Please sign in to comment.