From d60f6a9943968a3e50bba19a1edc220998ca1f6f Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 5 Oct 2021 13:06:17 -1000 Subject: [PATCH] Add additional devices to flux_led discovery (#57086) --- homeassistant/components/flux_led/manifest.json | 8 ++++++++ homeassistant/generated/dhcp.py | 10 ++++++++++ 2 files changed, 18 insertions(+) diff --git a/homeassistant/components/flux_led/manifest.json b/homeassistant/components/flux_led/manifest.json index 279ea05e3d2..c6f06cb20ab 100644 --- a/homeassistant/components/flux_led/manifest.json +++ b/homeassistant/components/flux_led/manifest.json @@ -18,6 +18,14 @@ { "macaddress": "B4E842*", "hostname": "[ba][lk]*" + }, + { + "macaddress": "2462AB*", + "hostname": "zengge_35*" + }, + { + "macaddress": "C82E47*", + "hostname": "sta*" } ] } diff --git a/homeassistant/generated/dhcp.py b/homeassistant/generated/dhcp.py index 3a0d42d88ea..1ab07fc414a 100644 --- a/homeassistant/generated/dhcp.py +++ b/homeassistant/generated/dhcp.py @@ -86,6 +86,16 @@ DHCP = [ "macaddress": "B4E842*", "hostname": "[ba][lk]*" }, + { + "domain": "flux_led", + "macaddress": "2462AB*", + "hostname": "zengge_35*" + }, + { + "domain": "flux_led", + "macaddress": "C82E47*", + "hostname": "sta*" + }, { "domain": "goalzero", "hostname": "yeti*"