From f751d6e064d70a9ce233cadb1d38b2ce05af6be9 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 18 Nov 2021 10:45:38 -0600 Subject: [PATCH] Add additional bulb ouis to flux_led (#59868) --- homeassistant/components/flux_led/manifest.json | 4 ++++ homeassistant/generated/dhcp.py | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/homeassistant/components/flux_led/manifest.json b/homeassistant/components/flux_led/manifest.json index cd37897af67..0b9b7f00e8c 100644 --- a/homeassistant/components/flux_led/manifest.json +++ b/homeassistant/components/flux_led/manifest.json @@ -24,6 +24,10 @@ "macaddress": "B4E842*", "hostname": "[ba][lk]*" }, + { + "macaddress": "F0FE6B*", + "hostname": "[ba][lk]*" + }, { "macaddress": "8CCE4E*", "hostname": "lwip*" diff --git a/homeassistant/generated/dhcp.py b/homeassistant/generated/dhcp.py index d21fc8d63b0..f11cf63df9c 100644 --- a/homeassistant/generated/dhcp.py +++ b/homeassistant/generated/dhcp.py @@ -91,6 +91,11 @@ DHCP = [ "macaddress": "B4E842*", "hostname": "[ba][lk]*" }, + { + "domain": "flux_led", + "macaddress": "F0FE6B*", + "hostname": "[ba][lk]*" + }, { "domain": "flux_led", "macaddress": "8CCE4E*",