Skip to content
This repository was archived by the owner on Feb 21, 2022. It is now read-only.

Commit 65f316f

Browse files
committed
Adding codeowner and config_Flow options to manifest.json
Adding more attributes to hacs.json
1 parent 757554a commit 65f316f

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

custom_components/unraid/mainfest.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"domain": "unraid",
33
"name": "unraid",
44
"documentation": "https://github.com/jiminald/homeassistant-unraid",
5+
"config_flow": false,
56
"dependencies": [],
6-
"codeowners": [],
7+
"codeowners": [
8+
"@jiminald"
9+
],
710
"requirements": []
811
}

hacs.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
"name": "UnRAID",
3-
"country": "GB",
2+
"name": "unRAID",
3+
"content_in_root": false,
44
"domains": ["sensor"],
5+
"iot_class": "local_poll",
6+
"homeassistant": "0.103.5"
57
}

0 commit comments

Comments
 (0)