Skip to content

Commit

Permalink
Add missing OUI to august (#127064)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored and frenck committed Sep 30, 2024
1 parent a8f25b1 commit 725c361
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions homeassistant/components/august/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
"hostname": "connect",
"macaddress": "2C9FFB*"
},
{
"hostname": "connect",
"macaddress": "789C85*"
},
{
"hostname": "august*",
"macaddress": "E076D0*"
Expand Down
5 changes: 5 additions & 0 deletions homeassistant/generated/dhcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
"hostname": "connect",
"macaddress": "2C9FFB*",
},
{
"domain": "august",
"hostname": "connect",
"macaddress": "789C85*",
},
{
"domain": "august",
"hostname": "august*",
Expand Down

0 comments on commit 725c361

Please sign in to comment.