Enable dhcp flows for steamist registered devices (#66593)

This commit is contained in:
J. Nick Koston
2022-02-16 01:26:17 +01:00
committed by GitHub
parent 99568b133f
commit 491f8d0f0b
2 changed files with 2 additions and 0 deletions
@@ -8,6 +8,7 @@
"codeowners": ["@bdraco"],
"iot_class": "local_polling",
"dhcp": [
{"registered_devices": true},
{
"macaddress": "001E0C*",
"hostname": "my[45]50*"
+1
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',