Enable dhcp flows for steamist registered devices (#66593)

pull/66622/head
J. Nick Koston 2022-02-15 18:26:17 -06:00 committed by GitHub
parent 99568b133f
commit 491f8d0f0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@
"codeowners": ["@bdraco"],
"iot_class": "local_polling",
"dhcp": [
{"registered_devices": true},
{
"macaddress": "001E0C*",
"hostname": "my[45]50*"

View File

@ -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',