Switch somfy to zeroconf discovery (#45158)
parent
fa8ae77a6f
commit
3a3e5e636b
|
@ -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*"}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -105,11 +105,6 @@ DHCP = [
|
|||
"hostname": "target",
|
||||
"macaddress": "002702*"
|
||||
},
|
||||
{
|
||||
"domain": "somfy",
|
||||
"hostname": "gateway-*",
|
||||
"macaddress": "F8811A*"
|
||||
},
|
||||
{
|
||||
"domain": "somfy_mylink",
|
||||
"hostname": "somfy_*",
|
||||
|
|
|
@ -90,6 +90,12 @@ ZEROCONF = {
|
|||
"domain": "ipp"
|
||||
}
|
||||
],
|
||||
"_kizbox._tcp.local.": [
|
||||
{
|
||||
"domain": "somfy",
|
||||
"name": "gateway*"
|
||||
}
|
||||
],
|
||||
"_mediaremotetv._tcp.local.": [
|
||||
{
|
||||
"domain": "apple_tv"
|
||||
|
|
Loading…
Reference in New Issue