mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Switch somfy to zeroconf discovery (#45158)
This commit is contained in:
parent
fa8ae77a6f
commit
3a3e5e636b
@ -6,7 +6,7 @@
|
|||||||
"dependencies": ["http"],
|
"dependencies": ["http"],
|
||||||
"codeowners": ["@tetienne"],
|
"codeowners": ["@tetienne"],
|
||||||
"requirements": ["pymfy==0.9.3"],
|
"requirements": ["pymfy==0.9.3"],
|
||||||
"dhcp": [
|
"zeroconf": [
|
||||||
{"hostname":"gateway-*","macaddress":"F8811A*"}
|
{"type": "_kizbox._tcp.local.", "name": "gateway*"}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -105,11 +105,6 @@ DHCP = [
|
|||||||
"hostname": "target",
|
"hostname": "target",
|
||||||
"macaddress": "002702*"
|
"macaddress": "002702*"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"domain": "somfy",
|
|
||||||
"hostname": "gateway-*",
|
|
||||||
"macaddress": "F8811A*"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"domain": "somfy_mylink",
|
"domain": "somfy_mylink",
|
||||||
"hostname": "somfy_*",
|
"hostname": "somfy_*",
|
||||||
|
@ -90,6 +90,12 @@ ZEROCONF = {
|
|||||||
"domain": "ipp"
|
"domain": "ipp"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"_kizbox._tcp.local.": [
|
||||||
|
{
|
||||||
|
"domain": "somfy",
|
||||||
|
"name": "gateway*"
|
||||||
|
}
|
||||||
|
],
|
||||||
"_mediaremotetv._tcp.local.": [
|
"_mediaremotetv._tcp.local.": [
|
||||||
{
|
{
|
||||||
"domain": "apple_tv"
|
"domain": "apple_tv"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user