1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Add zeroconf discovery to zwave_js (#69382)

This commit is contained in:
Raman Gupta
2022-04-06 12:46:13 -04:00
committed by GitHub
parent c0e9cfedfb
commit bc194cd209
6 changed files with 89 additions and 4 deletions

View File

@@ -377,6 +377,11 @@ ZEROCONF = {
{
"domain": "kodi"
}
],
"_zwave-js-server._tcp.local.": [
{
"domain": "zwave_js"
}
]
}