Skip to content

Commit

Permalink
feat: hacs setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mukaschultze committed Jan 16, 2024
1 parent d622880 commit 3034e54
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
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"
6 changes: 6 additions & 0 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Must Inverter",
"content_in_root": true,
"homeassistant": "2024.1.3",
"render_readme": true
}
3 changes: 1 addition & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
"iot_class": "local_polling",
"issue_tracker": "https://github.com/mukaschultze/ha-must-inverter/issues",
"requirements": ["pymodbus==3.6.2"],
"version": "0.0.1",
"usb": [{ "vid": "1a86", "pid": "7523" }]
"version": "0.0.1"
}

0 comments on commit 3034e54

Please sign in to comment.