Skip to content

Commit

Permalink
Fix Broadlink discovery for new RM Mini3 (again) (#93158)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryptung committed May 21, 2023
1 parent d47e58f commit 8a0f3a8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
9 changes: 9 additions & 0 deletions homeassistant/components/broadlink/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@
},
{
"macaddress": "C8F742*"
},
{
"macaddress": "E81656*"
},
{
"macaddress": "E87072*"
},
{
"macaddress": "EC0BAE*"
}
],
"documentation": "https://www.home-assistant.io/integrations/broadlink",
Expand Down
12 changes: 12 additions & 0 deletions homeassistant/generated/dhcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,18 @@
"domain": "broadlink",
"macaddress": "C8F742*",
},
{
"domain": "broadlink",
"macaddress": "E81656*",
},
{
"domain": "broadlink",
"macaddress": "E87072*",
},
{
"domain": "broadlink",
"macaddress": "EC0BAE*",
},
{
"domain": "dlink",
"hostname": "dsp-w215",
Expand Down

0 comments on commit 8a0f3a8

Please sign in to comment.