mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 00:37:13 +00:00
Motion Blinds integration add dhcp discovery for Connector (#68969)
This commit is contained in:
parent
2bb71cf6bc
commit
00a088b75c
@ -12,6 +12,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"hostname": "brel_*"
|
"hostname": "brel_*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"hostname": "connector_*"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"codeowners": ["@starkillerOG"],
|
"codeowners": ["@starkillerOG"],
|
||||||
|
@ -58,6 +58,7 @@ DHCP: list[dict[str, str | bool]] = [
|
|||||||
{'domain': 'motion_blinds', 'registered_devices': True},
|
{'domain': 'motion_blinds', 'registered_devices': True},
|
||||||
{'domain': 'motion_blinds', 'hostname': 'motion_*'},
|
{'domain': 'motion_blinds', 'hostname': 'motion_*'},
|
||||||
{'domain': 'motion_blinds', 'hostname': 'brel_*'},
|
{'domain': 'motion_blinds', 'hostname': 'brel_*'},
|
||||||
|
{'domain': 'motion_blinds', 'hostname': 'connector_*'},
|
||||||
{'domain': 'myq', 'macaddress': '645299*'},
|
{'domain': 'myq', 'macaddress': '645299*'},
|
||||||
{'domain': 'nest', 'macaddress': '18B430*'},
|
{'domain': 'nest', 'macaddress': '18B430*'},
|
||||||
{'domain': 'nest', 'macaddress': '641666*'},
|
{'domain': 'nest', 'macaddress': '641666*'},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user