Enable dhcp flows for steamist registered devices (#66593)
parent
99568b133f
commit
491f8d0f0b
|
@ -8,6 +8,7 @@
|
|||
"codeowners": ["@bdraco"],
|
||||
"iot_class": "local_polling",
|
||||
"dhcp": [
|
||||
{"registered_devices": true},
|
||||
{
|
||||
"macaddress": "001E0C*",
|
||||
"hostname": "my[45]50*"
|
||||
|
|
|
@ -87,6 +87,7 @@ DHCP: list[dict[str, str | bool]] = [
|
|||
{'domain': 'solaredge', 'hostname': 'target', 'macaddress': '002702*'},
|
||||
{'domain': 'somfy_mylink', 'hostname': 'somfy_*', 'macaddress': 'B8B7F1*'},
|
||||
{'domain': 'squeezebox', 'hostname': 'squeezebox*', 'macaddress': '000420*'},
|
||||
{'domain': 'steamist', 'registered_devices': True},
|
||||
{'domain': 'steamist', 'hostname': 'my[45]50*', 'macaddress': '001E0C*'},
|
||||
{'domain': 'tado', 'hostname': 'tado*'},
|
||||
{'domain': 'tesla_wall_connector',
|
||||
|
|
Loading…
Reference in New Issue