Skip to content

Commit

Permalink
Enable dhcp flows for screenlogic registered devices (home-assistant#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Feb 16, 2022
1 parent 6b7eea5 commit 6a690b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/screenlogic/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"requirements": ["screenlogicpy==0.5.4"],
"codeowners": ["@dieselrabbit", "@bdraco"],
"dhcp": [
{"registered_devices": true},
{
"hostname": "pentair: *",
"macaddress": "00C033*"
Expand Down
1 change: 1 addition & 0 deletions homeassistant/generated/dhcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
{'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*'},
Expand Down

0 comments on commit 6a690b4

Please sign in to comment.