Enable dhcp flows for samsungtv registered devices (#66589)

This commit is contained in:
J. Nick Koston 2022-02-16 06:01:44 -06:00 committed by GitHub
parent dcb3fc49c9
commit 470936a63a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@
{"type":"_airplay._tcp.local.","properties":{"manufacturer":"samsung*"}}
],
"dhcp": [
{"registered_devices": true},
{
"hostname": "tizen*"
},

View File

@ -73,6 +73,7 @@ DHCP: list[dict[str, str | bool]] = [
{'domain': 'roomba', 'hostname': 'irobot-*', 'macaddress': '501479*'},
{'domain': 'roomba', 'hostname': 'roomba-*', 'macaddress': '80A589*'},
{'domain': 'roomba', 'hostname': 'roomba-*', 'macaddress': 'DCF505*'},
{'domain': 'samsungtv', 'registered_devices': True},
{'domain': 'samsungtv', 'hostname': 'tizen*'},
{'domain': 'samsungtv', 'macaddress': '8CC8CD*'},
{'domain': 'samsungtv', 'macaddress': '606BBD*'},