mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 04:35:11 +02:00
Add DHCP discovery for additional Zengge devices, generic magichome strips (#57408)
This commit is contained in:
@@ -15,14 +15,26 @@
|
||||
"macaddress": "249494*",
|
||||
"hostname": "[ba][lk]*"
|
||||
},
|
||||
{
|
||||
"macaddress": "7CB94C*",
|
||||
"hostname": "[ba][lk]*"
|
||||
},
|
||||
{
|
||||
"macaddress": "B4E842*",
|
||||
"hostname": "[ba][lk]*"
|
||||
},
|
||||
{
|
||||
"macaddress": "8CCE4E*",
|
||||
"hostname": "lwip*"
|
||||
},
|
||||
{
|
||||
"macaddress": "2462AB*",
|
||||
"hostname": "zengge_35*"
|
||||
},
|
||||
{
|
||||
"macaddress": "70039F*",
|
||||
"hostname": "zengge_0e*"
|
||||
},
|
||||
{
|
||||
"macaddress": "C82E47*",
|
||||
"hostname": "sta*"
|
||||
|
@@ -81,16 +81,31 @@ DHCP = [
|
||||
"macaddress": "249494*",
|
||||
"hostname": "[ba][lk]*"
|
||||
},
|
||||
{
|
||||
"domain": "flux_led",
|
||||
"macaddress": "7CB94C*",
|
||||
"hostname": "[ba][lk]*"
|
||||
},
|
||||
{
|
||||
"domain": "flux_led",
|
||||
"macaddress": "B4E842*",
|
||||
"hostname": "[ba][lk]*"
|
||||
},
|
||||
{
|
||||
"domain": "flux_led",
|
||||
"macaddress": "8CCE4E*",
|
||||
"hostname": "lwip*"
|
||||
},
|
||||
{
|
||||
"domain": "flux_led",
|
||||
"macaddress": "2462AB*",
|
||||
"hostname": "zengge_35*"
|
||||
},
|
||||
{
|
||||
"domain": "flux_led",
|
||||
"macaddress": "70039F*",
|
||||
"hostname": "zengge_0e*"
|
||||
},
|
||||
{
|
||||
"domain": "flux_led",
|
||||
"macaddress": "C82E47*",
|
||||
|
Reference in New Issue
Block a user