mirror of
https://github.com/home-assistant/core.git
synced 2025-04-28 11:17:53 +00:00
Motion Blinds integration add Brel dhcp discovery (#68938)
This commit is contained in:
parent
f9f360c64e
commit
d25f7e1376
@ -9,6 +9,9 @@
|
|||||||
{ "registered_devices": true },
|
{ "registered_devices": true },
|
||||||
{
|
{
|
||||||
"hostname": "motion_*"
|
"hostname": "motion_*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"hostname": "brel_*"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"codeowners": ["@starkillerOG"],
|
"codeowners": ["@starkillerOG"],
|
||||||
|
@ -57,6 +57,7 @@ DHCP: list[dict[str, str | bool]] = [
|
|||||||
{'domain': 'lyric', 'hostname': 'lyric-*', 'macaddress': '00D02D*'},
|
{'domain': 'lyric', 'hostname': 'lyric-*', 'macaddress': '00D02D*'},
|
||||||
{'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': '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