Skip to content

Commit

Permalink
Merge pull request #17 from TroyFernandes/hacs-2.0.0
Browse files Browse the repository at this point in the history
Hacs 2.0.0
  • Loading branch information
TroyFernandes authored Aug 31, 2024
2 parents b7ba7c9 + 7168286 commit a48cbc2
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .github/workflows/hacs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: HACS Action

on:
push:
pull_request:
workflow_dispatch:

jobs:
validate-hacs:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- name: HACS validation
uses: "hacs/action@main"
with:
category: integration
3 changes: 2 additions & 1 deletion custom_components/mqtt-mediaplayer/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
"after_dependencies": [
"mqtt"
],
"codeowners": [],
"codeowners": ["@troyfernandes"],
"documentation": "https://github.com/TroyFernandes/hass-mqtt-mediaplayer",
"iot_class": "local_push",
"issue_tracker": "https://github.com/TroyFernandes/hass-mqtt-mediaplayer/issues",
"requirements": [],
"version": "1.0.0"
}
5 changes: 5 additions & 0 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "MQTT Media Player",
"render_readme": true,
"homeassistant": "2024.1.0"
}

0 comments on commit a48cbc2

Please sign in to comment.