From 540ae4d10e01e17af4acac0a6f284c62c16cd1d2 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 23 Dec 2021 03:32:57 -1000 Subject: [PATCH] Update flux_led dhcp matching for older devices (#62577) --- homeassistant/components/flux_led/manifest.json | 4 ++-- homeassistant/generated/dhcp.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/flux_led/manifest.json b/homeassistant/components/flux_led/manifest.json index 8360f36aa9a..ab8b6b64d2d 100644 --- a/homeassistant/components/flux_led/manifest.json +++ b/homeassistant/components/flux_led/manifest.json @@ -23,7 +23,7 @@ }, { "macaddress": "ACCF23*", - "hostname": "[ba][lk]*" + "hostname": "[hba][flk]*" }, { "macaddress": "B4E842*", @@ -31,7 +31,7 @@ }, { "macaddress": "F0FE6B*", - "hostname": "[ba][lk]*" + "hostname": "[hba][flk]*" }, { "macaddress": "8CCE4E*", diff --git a/homeassistant/generated/dhcp.py b/homeassistant/generated/dhcp.py index 7f36fd509a1..e68d7883181 100644 --- a/homeassistant/generated/dhcp.py +++ b/homeassistant/generated/dhcp.py @@ -89,7 +89,7 @@ DHCP = [ { "domain": "flux_led", "macaddress": "ACCF23*", - "hostname": "[ba][lk]*" + "hostname": "[hba][flk]*" }, { "domain": "flux_led", @@ -99,7 +99,7 @@ DHCP = [ { "domain": "flux_led", "macaddress": "F0FE6B*", - "hostname": "[ba][lk]*" + "hostname": "[hba][flk]*" }, { "domain": "flux_led",