Switch somfy to zeroconf discovery (#45158)

pull/45244/head
J. Nick Koston 2021-01-16 09:41:41 -10:00 committed by GitHub
parent fa8ae77a6f
commit 3a3e5e636b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 7 deletions

View File

@ -6,7 +6,7 @@
"dependencies": ["http"],
"codeowners": ["@tetienne"],
"requirements": ["pymfy==0.9.3"],
"dhcp": [
{"hostname":"gateway-*","macaddress":"F8811A*"}
"zeroconf": [
{"type": "_kizbox._tcp.local.", "name": "gateway*"}
]
}

View File

@ -105,11 +105,6 @@ DHCP = [
"hostname": "target",
"macaddress": "002702*"
},
{
"domain": "somfy",
"hostname": "gateway-*",
"macaddress": "F8811A*"
},
{
"domain": "somfy_mylink",
"hostname": "somfy_*",

View File

@ -90,6 +90,12 @@ ZEROCONF = {
"domain": "ipp"
}
],
"_kizbox._tcp.local.": [
{
"domain": "somfy",
"name": "gateway*"
}
],
"_mediaremotetv._tcp.local.": [
{
"domain": "apple_tv"