Skip to content

Commit

Permalink
Merge pull request #17 from koenhendriks/15-setup-repository-to-be-us…
Browse files Browse the repository at this point in the history
…ed-in-hacs

Setup repository to be used in HACS
  • Loading branch information
koenhendriks authored Jan 2, 2024
2 parents 0e90c13 + 87cab45 commit f3b4bc6
Show file tree
Hide file tree
Showing 26 changed files with 42 additions and 8 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Validate

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"

validate-hassfest:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- name: Hassfest validation
uses: home-assistant/actions/hassfest@master
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Button+ integration for Home Assistant

![img.png](resource%2Fimg.png)
This integration allows you to setup and control your Button+ device from Home Assistant.
![img.png](img.png)
This integration allows you to set up and control your Button+ device from Home Assistant.


Currently this project is in development and **highly** unstable.
Currently, this project is in development and **highly** unstable.

## Documentation

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 7 additions & 5 deletions manifest.json → custom_components/button_plus/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
"@koenhendriks"
],
"config_flow": true,
"dependencies": [],
"dependencies": [
"mqtt"
],
"documentation": "https://github.com/koenhendriks/ha-button-plus",
"homekit": {},
"iot_class": "local_push",
"integration_type": "hub",
"requirements": [
],
"version": "0.1.0",
"iot_class": "local_push",
"issue_tracker": "https://github.com/koenhendriks/ha-button-plus/issues",
"requirements": [],
"version": "0.0.1",
"zeroconf": []
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 9 additions & 0 deletions custom_components/hacs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "Button+ Integration",
"content_in_root": false,
"zip_release": false,
"render_readme": true,
"hide_default_branch": true,
"country": ["US", "UK"],
"homeassistant": "2023.8.0"
}
File renamed without changes

0 comments on commit f3b4bc6

Please sign in to comment.