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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -9,6 +9,7 @@
"models": ["PowerView"]
},
"dhcp": [
{"registered_devices": true},
{
"hostname": "hunter*",
"macaddress": "002674*"

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*'},