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