Fix Broadlink discovery for new RM Mini3 (#73822)

pull/68666/head
henryptung 2022-06-23 00:38:39 -07:00 committed by GitHub
parent 303ce715ed
commit bccec77e19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,9 @@
},
{
"macaddress": "B4430D*"
},
{
"macaddress": "C8F742*"
}
],
"iot_class": "local_polling",

View File

@ -23,6 +23,7 @@ DHCP: list[dict[str, str | bool]] = [
{'domain': 'broadlink', 'macaddress': '24DFA7*'},
{'domain': 'broadlink', 'macaddress': 'A043B0*'},
{'domain': 'broadlink', 'macaddress': 'B4430D*'},
{'domain': 'broadlink', 'macaddress': 'C8F742*'},
{'domain': 'elkm1', 'registered_devices': True},
{'domain': 'elkm1', 'macaddress': '00409D*'},
{'domain': 'emonitor', 'hostname': 'emonitor*', 'macaddress': '0090C2*'},