Skip to content

Commit 7ba35b6

Browse files
authored
Merge pull request #7 from dwradcliffe/zeroconf
fix zeroconf config
2 parents 52c2030 + e00e5fa commit 7ba35b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/intellicenter/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dependencies": [],
99
"config_flow": true,
1010
"zeroconf": [
11-
{ "type":"_http._tcp.local.", "name":"Pentair*"}
11+
{ "type":"_http._tcp.local.", "name":"pentair*" }
1212
],
1313
"quality_scale": "gold"
1414
}

0 commit comments

Comments
 (0)