1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Enable dhcp flows for isy994 registered devices (#66588)

This commit is contained in:
J. Nick Koston
2022-02-15 18:46:09 -06:00
committed by GitHub
parent 6a690b41b1
commit dad4cdb45d
2 changed files with 5 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ DHCP: list[dict[str, str | bool]] = [
{'domain': 'hunterdouglas_powerview',
'hostname': 'hunter*',
'macaddress': '002674*'},
{'domain': 'isy994', 'registered_devices': True},
{'domain': 'isy994', 'hostname': 'isy*', 'macaddress': '0021B9*'},
{'domain': 'lyric', 'hostname': 'lyric-*', 'macaddress': '48A2E6*'},
{'domain': 'lyric', 'hostname': 'lyric-*', 'macaddress': 'B82CA0*'},