1
0
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:
J. Nick Koston
2022-02-16 05:09:00 -06:00
committed by GitHub
parent e0cee22b8a
commit fd96d81563
2 changed files with 2 additions and 0 deletions

View File

@@ -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*'},