mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 01:37:08 +00:00
Update flux_led dhcp matching for older devices (#62577)
This commit is contained in:
parent
66fd7de34a
commit
540ae4d10e
@ -23,7 +23,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"macaddress": "ACCF23*",
|
"macaddress": "ACCF23*",
|
||||||
"hostname": "[ba][lk]*"
|
"hostname": "[hba][flk]*"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"macaddress": "B4E842*",
|
"macaddress": "B4E842*",
|
||||||
@ -31,7 +31,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"macaddress": "F0FE6B*",
|
"macaddress": "F0FE6B*",
|
||||||
"hostname": "[ba][lk]*"
|
"hostname": "[hba][flk]*"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"macaddress": "8CCE4E*",
|
"macaddress": "8CCE4E*",
|
||||||
|
@ -89,7 +89,7 @@ DHCP = [
|
|||||||
{
|
{
|
||||||
"domain": "flux_led",
|
"domain": "flux_led",
|
||||||
"macaddress": "ACCF23*",
|
"macaddress": "ACCF23*",
|
||||||
"hostname": "[ba][lk]*"
|
"hostname": "[hba][flk]*"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"domain": "flux_led",
|
"domain": "flux_led",
|
||||||
@ -99,7 +99,7 @@ DHCP = [
|
|||||||
{
|
{
|
||||||
"domain": "flux_led",
|
"domain": "flux_led",
|
||||||
"macaddress": "F0FE6B*",
|
"macaddress": "F0FE6B*",
|
||||||
"hostname": "[ba][lk]*"
|
"hostname": "[hba][flk]*"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"domain": "flux_led",
|
"domain": "flux_led",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user