mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Enable dhcp flows for flux_led registered devices (#66585)
This commit is contained in:
@@ -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*'},
|
||||
|
||||
Reference in New Issue
Block a user