1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 14:08:21 +00:00

Enable dhcp flows for hunterdouglas_powerview registered devices (#66587)

This commit is contained in:
J. Nick Koston
2022-02-15 18:30:52 -06:00
committed by GitHub
parent 491f8d0f0b
commit 7c508c2a44
2 changed files with 2 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ DHCP: list[dict[str, str | bool]] = [
{'domain': 'guardian', 'hostname': 'gvc*', 'macaddress': '30AEA4*'},
{'domain': 'guardian', 'hostname': 'gvc*', 'macaddress': 'B4E62D*'},
{'domain': 'guardian', 'hostname': 'guardian*', 'macaddress': '30AEA4*'},
{'domain': 'hunterdouglas_powerview', 'registered_devices': True},
{'domain': 'hunterdouglas_powerview',
'hostname': 'hunter*',
'macaddress': '002674*'},