Enable dhcp flows for screenlogic registered devices (#66591)

This commit is contained in:
J. Nick Koston 2022-02-15 18:45:53 -06:00 committed by GitHub
parent 6b7eea5454
commit 6a690b41b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@
"requirements": ["screenlogicpy==0.5.4"],
"codeowners": ["@dieselrabbit", "@bdraco"],
"dhcp": [
{"registered_devices": true},
{
"hostname": "pentair: *",
"macaddress": "00C033*"

View File

@ -73,6 +73,7 @@ DHCP: list[dict[str, str | bool]] = [
{'domain': 'samsungtv', 'macaddress': '606BBD*'},
{'domain': 'samsungtv', 'macaddress': 'F47B5E*'},
{'domain': 'samsungtv', 'macaddress': '4844F7*'},
{'domain': 'screenlogic', 'registered_devices': True},
{'domain': 'screenlogic', 'hostname': 'pentair: *', 'macaddress': '00C033*'},
{'domain': 'sense', 'hostname': 'sense-*', 'macaddress': '009D6B*'},
{'domain': 'sense', 'hostname': 'sense-*', 'macaddress': 'DCEFCA*'},