-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Alarm Panel package manifest for HPM
- Loading branch information
1 parent
a184ebe
commit 9966a73
Showing
7 changed files
with
55 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,13 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Build ESPHomeApiHelper bundle | ||
run: | | ||
mkdir EspHomeApiHelper | ||
cp bundles/esphome-api-helper.txt EspHomeApiHelper/install.txt | ||
cp bundles/esphome-api-helper.txt EspHomeApiHelper/update.txt | ||
wget -O EspHomeApiHelper/esphome.espHomeApiHelper.groovy https://raw.githubusercontent.com/konnected-io/hubitat-public/refs/heads/main/ESPHome/ESPHome-API-Library.groovy | ||
- name: Build GDOv1-S bundle | ||
run: | | ||
mkdir GarageDoorOpenerGDOv1S | ||
|
@@ -43,6 +50,13 @@ jobs: | |
cp drivers/konnected-alarm-panel.groovy AlarmPanel/konnected.KonnectedAlarmPanel.groovy | ||
wget -O AlarmPanel/esphome.espHomeApiHelper.groovy https://raw.githubusercontent.com/konnected-io/hubitat-public/refs/heads/main/ESPHome/ESPHome-API-Library.groovy | ||
- name: Zip EspHomeApiHelper | ||
uses: thedoctor0/[email protected] | ||
with: | ||
type: 'zip' | ||
directory: EspHomeApiHelper | ||
filename: ESPHome-API-Library-Bundle.zip | ||
|
||
- name: Zip GDOv1-S | ||
uses: thedoctor0/[email protected] | ||
with: | ||
|
@@ -70,7 +84,14 @@ jobs: | |
type: 'zip' | ||
directory: AlarmPanel | ||
filename: AlarmPanel.zip | ||
|
||
|
||
- name: Upload EspHomeApiHelper | ||
uses: Shopify/[email protected] | ||
with: | ||
name: ESPHome-API-Library-Bundle.zip | ||
path: EspHomeApiHelper/ESPHome-API-Library-Bundle.zip | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Upload GDOv1-S | ||
uses: Shopify/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
esphome | ||
espHomeApiHelperLibrary | ||
library esphome.espHomeApiHelper.groovy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"packageName": "Alarm Panel (universal)", | ||
"author": "Konnected Inc.", | ||
"version": "0.1", | ||
"minimumHEVersion": "0.0", | ||
"dateReleased": "2024-09-27", | ||
"bundles": [ | ||
{ | ||
"id": "948fa4dc-8209-442b-b590-749f0ae899a0", | ||
"name": "espHomeApiHelperLibrary", | ||
"namespace": "esphome", | ||
"location": "https://github.com/konnected-io/konnected-hubitat/releases/latest/download/ESPHome-API-Library-Bundle.zip", | ||
"required": true | ||
} | ||
], | ||
"drivers": [ | ||
{ | ||
"id": "353b5525-8943-4a2c-9f1b-e51c5265ce33", | ||
"name": "", | ||
"namespace": "", | ||
"location": "https://raw.githubusercontent.com/konnected-io/konnected-hubitat/master/drivers/konnected-alarm-panel.groovy", | ||
"required": true | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters