Motion Blinds integration add Brel dhcp discovery (#68938)
parent
f9f360c64e
commit
d25f7e1376
|
@ -9,6 +9,9 @@
|
|||
{ "registered_devices": true },
|
||||
{
|
||||
"hostname": "motion_*"
|
||||
},
|
||||
{
|
||||
"hostname": "brel_*"
|
||||
}
|
||||
],
|
||||
"codeowners": ["@starkillerOG"],
|
||||
|
|
|
@ -57,6 +57,7 @@ DHCP: list[dict[str, str | bool]] = [
|
|||
{'domain': 'lyric', 'hostname': 'lyric-*', 'macaddress': '00D02D*'},
|
||||
{'domain': 'motion_blinds', 'registered_devices': True},
|
||||
{'domain': 'motion_blinds', 'hostname': 'motion_*'},
|
||||
{'domain': 'motion_blinds', 'hostname': 'brel_*'},
|
||||
{'domain': 'myq', 'macaddress': '645299*'},
|
||||
{'domain': 'nest', 'macaddress': '18B430*'},
|
||||
{'domain': 'nest', 'macaddress': '641666*'},
|
||||
|
|
Loading…
Reference in New Issue