mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 02:07:09 +00:00
Enable dhcp flows for flux_led registered devices (#66585)
This commit is contained in:
parent
e0cee22b8a
commit
fd96d81563
@ -9,6 +9,7 @@
|
|||||||
"codeowners": ["@icemanch", "@bdraco"],
|
"codeowners": ["@icemanch", "@bdraco"],
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"dhcp": [
|
"dhcp": [
|
||||||
|
{"registered_devices": true},
|
||||||
{
|
{
|
||||||
"macaddress": "18B905*",
|
"macaddress": "18B905*",
|
||||||
"hostname": "[ba][lk]*"
|
"hostname": "[ba][lk]*"
|
||||||
|
@ -27,6 +27,7 @@ DHCP: list[dict[str, str | bool]] = [
|
|||||||
{'domain': 'emonitor', 'hostname': 'emonitor*', 'macaddress': '0090C2*'},
|
{'domain': 'emonitor', 'hostname': 'emonitor*', 'macaddress': '0090C2*'},
|
||||||
{'domain': 'emonitor', 'registered_devices': True},
|
{'domain': 'emonitor', 'registered_devices': True},
|
||||||
{'domain': 'flume', 'hostname': 'flume-gw-*'},
|
{'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': '18B905*'},
|
||||||
{'domain': 'flux_led', 'hostname': '[ba][lk]*', 'macaddress': '249494*'},
|
{'domain': 'flux_led', 'hostname': '[ba][lk]*', 'macaddress': '249494*'},
|
||||||
{'domain': 'flux_led', 'hostname': '[ba][lk]*', 'macaddress': '7CB94C*'},
|
{'domain': 'flux_led', 'hostname': '[ba][lk]*', 'macaddress': '7CB94C*'},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user