Skip to content

Commit

Permalink
Merge pull request #10 from faizpuru/HACS
Browse files Browse the repository at this point in the history
prepare hacs integration
  • Loading branch information
faizpuru authored Mar 6, 2024
2 parents 3cbe789 + 854af14 commit d3b752a
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 15 deletions.
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@v2"
- uses: home-assistant/actions/hassfest@master
18 changes: 18 additions & 0 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Validate

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

jobs:
validate-hacs:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- name: HACS validation
uses: "hacs/action@main"
with:
category: "integration"
25 changes: 12 additions & 13 deletions custom_components/ambeo_soundbar/manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"domain": "ambeo_soundbar",
"name": "Ambeo Soundbar",
"iot_class": "local_polling",
"integration_type": "device",
"documentation": "https://github.com/faizpuru/ha-ambeo_soundbar",
"dependencies": ["http"],
"version": "1.0.0",
"config_flow": true,
"codeowners": [
"@faizpuru"
],
"requirements": []
}
"domain": "ambeo_soundbar",
"name": "Ambeo Soundbar",
"codeowners": ["@faizpuru"],
"config_flow": true,
"dependencies": ["http"],
"documentation": "https://github.com/faizpuru/ha-ambeo_soundbar",
"integration_type": "device",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/faizpuru/ha-ambeo_soundbar",
"requirements": [],
"version": "1.0.0"
}
2 changes: 0 additions & 2 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"name": "Ambeo Soundbar",
"description": "Work in progress - Ambeo soundbar integration",
"domains": ["media_player", "switch", "light"],
"render_readme": true
}

0 comments on commit d3b752a

Please sign in to comment.