diff --git a/homeassistant/components/flux_led/manifest.json b/homeassistant/components/flux_led/manifest.json index b3448d0b790..9f1d307c14a 100644 --- a/homeassistant/components/flux_led/manifest.json +++ b/homeassistant/components/flux_led/manifest.json @@ -9,6 +9,7 @@ "codeowners": ["@icemanch", "@bdraco"], "iot_class": "local_push", "dhcp": [ + {"registered_devices": true}, { "macaddress": "18B905*", "hostname": "[ba][lk]*" diff --git a/homeassistant/generated/dhcp.py b/homeassistant/generated/dhcp.py index d895468d559..b0edb218b7b 100644 --- a/homeassistant/generated/dhcp.py +++ b/homeassistant/generated/dhcp.py @@ -27,6 +27,7 @@ DHCP: list[dict[str, str | bool]] = [ {'domain': 'emonitor', 'hostname': 'emonitor*', 'macaddress': '0090C2*'}, {'domain': 'emonitor', 'registered_devices': True}, {'domain': 'flume', 'hostname': 'flume-gw-*'}, + {'domain': 'flux_led', 'registered_devices': True}, {'domain': 'flux_led', 'hostname': '[ba][lk]*', 'macaddress': '18B905*'}, {'domain': 'flux_led', 'hostname': '[ba][lk]*', 'macaddress': '249494*'}, {'domain': 'flux_led', 'hostname': '[ba][lk]*', 'macaddress': '7CB94C*'},