Initial commit for relaytv-ha

This commit is contained in:
customrenovations
2026-02-20 12:25:32 -06:00
commit f08f7ac167
16 changed files with 1239 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
name: Release
on:
push:
tags:
- "v*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Create relaytv.zip for HACS
run: |
cd custom_components
zip -r ../relaytv.zip relaytv
- name: Create GitHub Release
uses: softprops/action-gh-release@v2
with:
files: relaytv.zip