Enable dhcp flows for flux_led registered devices (#66585)

This commit is contained in:
J. Nick Koston
2022-02-16 12:09:00 +01:00
committed by GitHub
parent e0cee22b8a
commit fd96d81563
2 changed files with 2 additions and 0 deletions
@@ -9,6 +9,7 @@
"codeowners": ["@icemanch", "@bdraco"],
"iot_class": "local_push",
"dhcp": [
{"registered_devices": true},
{
"macaddress": "18B905*",
"hostname": "[ba][lk]*"
+1
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*'},