Motion Blinds integration add dhcp discovery for Connector (#68969)

This commit is contained in:
starkillerOG 2022-04-03 17:22:15 +02:00 committed by GitHub
parent 2bb71cf6bc
commit 00a088b75c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,9 @@
},
{
"hostname": "brel_*"
},
{
"hostname": "connector_*"
}
],
"codeowners": ["@starkillerOG"],

View File

@ -58,6 +58,7 @@ DHCP: list[dict[str, str | bool]] = [
{'domain': 'motion_blinds', 'registered_devices': True},
{'domain': 'motion_blinds', 'hostname': 'motion_*'},
{'domain': 'motion_blinds', 'hostname': 'brel_*'},
{'domain': 'motion_blinds', 'hostname': 'connector_*'},
{'domain': 'myq', 'macaddress': '645299*'},
{'domain': 'nest', 'macaddress': '18B430*'},
{'domain': 'nest', 'macaddress': '641666*'},