Enable dhcp flows for hunterdouglas_powerview registered devices (#66587)
This commit is contained in:
parent
491f8d0f0b
commit
7c508c2a44
2 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
"models": ["PowerView"]
|
||||
},
|
||||
"dhcp": [
|
||||
{"registered_devices": true},
|
||||
{
|
||||
"hostname": "hunter*",
|
||||
"macaddress": "002674*"
|
||||
|
|
|
@ -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*'},
|
||||
|
|
Loading…
Add table
Reference in a new issue