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*",