Skip to content

Commit 147dc6a

Browse files
Merge pull request #4 from szhorvath/main
integration in HACS
2 parents d645f62 + e36ea1a commit 147dc6a

File tree

9 files changed

+23
-1
lines changed

9 files changed

+23
-1
lines changed

.github/workflows/validate.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
- name: HACS validation
15+
uses: "hacs/action@main"
16+
with:
17+
category: "integration"
File renamed without changes.
File renamed without changes.
File renamed without changes.

eon_next/manifest.json renamed to custom_components/eon_next/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
"codeowners": ["@madmachinations"],
55
"dependencies": [],
66
"documentation": "https://gitlab.com/home-assistant-components/eon-next/-/blob/main/README.md",
7+
"issue_tracker": "https://github.com/madmachinations/eon-next/issues",
78
"integration_type": "hub",
89
"iot_class": "cloud_polling",
910
"requirements": [],
1011
"version": "0.1.0",
1112
"config_flow": true
12-
}
13+
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

hacs.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "Eon Next Integration",
3+
"country": ["GB"]
4+
}

0 commit comments

Comments
 (0)