Skip to content

Commit 6ae4770

Browse files
committed
Add HACS publish workflows and README HACS badge
1 parent b10127b commit 6ae4770

3 files changed

Lines changed: 33 additions & 0 deletions

File tree

.github/workflows/hacs.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: HACS Validation
2+
3+
on:
4+
push:
5+
pull_request:
6+
workflow_dispatch:
7+
8+
jobs:
9+
hacs:
10+
name: HACS
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v4
14+
- name: HACS validation
15+
uses: hacs/action@main
16+
with:
17+
category: integration

.github/workflows/hassfest.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Hassfest
2+
3+
on:
4+
push:
5+
pull_request:
6+
workflow_dispatch:
7+
8+
jobs:
9+
hassfest:
10+
name: Hassfest
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v4
14+
- name: Hassfest validation
15+
uses: home-assistant/actions/hassfest@master

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![Website](https://img.shields.io/badge/Website-javadevjt.tech-0A66C2?logo=googlechrome&logoColor=white)](https://javadevjt.tech)
44
[![Buy%20Me%20a%20Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-javadevjt-FFDD00?logo=buymeacoffee&logoColor=000000)](https://buymeacoffee.com/javadevjt)
5+
[![Open in HACS](https://my.home-assistant.io/badges/hacs_repository.svg)](https://my.home-assistant.io/redirect/hacs_repository/?owner=javaDevJT&repository=DTE-Rates-for-Home-Assistant&category=integration)
56

67
A Home Assistant custom integration that pulls the official DTE residential electric rate card PDF, parses rates dynamically, and exposes import/export price entities that track time-of-day and season.
78

0 commit comments

Comments
 (0)