Skip to content

Commit 5e274cb

Browse files
committed
v1.0.0
1 parent 889ee81 commit 5e274cb

File tree

4 files changed

+22
-31
lines changed

4 files changed

+22
-31
lines changed

.github/workflows/validate.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Validate
2+
3+
on:
4+
push:
5+
pull_request:
6+
schedule:
7+
- cron: "0 0 * * *"
8+
workflow_dispatch:
9+
10+
jobs:
11+
validate-hacs:
12+
runs-on: "ubuntu-latest"
13+
steps:
14+
- uses: "actions/checkout@v3"
15+
- name: HACS validation
16+
uses: "hacs/action@main"
17+
with:
18+
category: "plugin"

.gitignore

-3
This file was deleted.

changelog.md

-24
This file was deleted.

hacs.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "MiFlora Card",
3-
"render_readme": true,
4-
"filename": "miflora-card.js"
5-
}
2+
"name": "Better MiFlora Card",
3+
"render_readme": true,
4+
"filename": "miflora-card.js"
5+
}

0 commit comments

Comments
 (0)