mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Enable dhcp flows for hunterdouglas_powerview registered devices (#66587)
This commit is contained in:
parent
491f8d0f0b
commit
7c508c2a44
@ -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…
x
Reference in New Issue
Block a user