mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Enable dhcp flows for emonitor registered devices (#66584)
This commit is contained in:
@@ -24,6 +24,7 @@ DHCP: list[dict[str, str | bool]] = [
|
||||
{'domain': 'broadlink', 'macaddress': 'B4430D*'},
|
||||
{'domain': 'elkm1', 'macaddress': '00409D*'},
|
||||
{'domain': 'emonitor', 'hostname': 'emonitor*', 'macaddress': '0090C2*'},
|
||||
{'domain': 'emonitor', 'registered_devices': True},
|
||||
{'domain': 'flume', 'hostname': 'flume-gw-*'},
|
||||
{'domain': 'flux_led', 'hostname': '[ba][lk]*', 'macaddress': '18B905*'},
|
||||
{'domain': 'flux_led', 'hostname': '[ba][lk]*', 'macaddress': '249494*'},
|
||||
|
||||
Reference in New Issue
Block a user