Motion Blinds integration add Brel dhcp discovery (#68938)

pull/68941/head
starkillerOG 2022-03-31 00:14:22 +02:00 committed by GitHub
parent f9f360c64e
commit d25f7e1376
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,9 @@
{ "registered_devices": true },
{
"hostname": "motion_*"
},
{
"hostname": "brel_*"
}
],
"codeowners": ["@starkillerOG"],

View File

@ -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*'},