Skip to content

Commit 56757d1

Browse files
committed
chore: add issue tracker and codeowner to manifest.json
1 parent 3765716 commit 56757d1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

custom_components/dewpoint_calculator/manifest.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
"domain": "dewpoint_calculator",
33
"name": "Dewpoint Calculator",
44
"documentation": "https://github.com/sebastian-software/ha-dewpoint-calculator",
5+
"issue_tracker": "github.com/sebastian-software/ha-dewpoint-calculator/issues",
56
"dependencies": [],
6-
"codeowners": [],
7+
"codeowners": [
8+
"@fastner"
9+
],
710
"requirements": [],
811
"version": "0.0.1",
912
"config_flow": true,

0 commit comments

Comments
 (0)