mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 22:55:10 +02:00
Enable dhcp flows for isy994 registered devices (#66588)
This commit is contained in:
@@ -11,7 +11,10 @@
|
|||||||
"deviceType": "urn:udi-com:device:X_Insteon_Lighting_Device:1"
|
"deviceType": "urn:udi-com:device:X_Insteon_Lighting_Device:1"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dhcp": [{ "hostname": "isy*", "macaddress": "0021B9*" }],
|
"dhcp": [
|
||||||
|
{"registered_devices": true},
|
||||||
|
{"hostname": "isy*", "macaddress": "0021B9*"}
|
||||||
|
],
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["pyisy"]
|
"loggers": ["pyisy"]
|
||||||
}
|
}
|
||||||
|
@@ -45,6 +45,7 @@ DHCP: list[dict[str, str | bool]] = [
|
|||||||
{'domain': 'hunterdouglas_powerview',
|
{'domain': 'hunterdouglas_powerview',
|
||||||
'hostname': 'hunter*',
|
'hostname': 'hunter*',
|
||||||
'macaddress': '002674*'},
|
'macaddress': '002674*'},
|
||||||
|
{'domain': 'isy994', 'registered_devices': True},
|
||||||
{'domain': 'isy994', 'hostname': 'isy*', 'macaddress': '0021B9*'},
|
{'domain': 'isy994', 'hostname': 'isy*', 'macaddress': '0021B9*'},
|
||||||
{'domain': 'lyric', 'hostname': 'lyric-*', 'macaddress': '48A2E6*'},
|
{'domain': 'lyric', 'hostname': 'lyric-*', 'macaddress': '48A2E6*'},
|
||||||
{'domain': 'lyric', 'hostname': 'lyric-*', 'macaddress': 'B82CA0*'},
|
{'domain': 'lyric', 'hostname': 'lyric-*', 'macaddress': 'B82CA0*'},
|
||||||
|
Reference in New Issue
Block a user