Add august doorbells to dhcp discovery (#48244)

This commit is contained in:
J. Nick Koston 2021-03-23 00:59:04 -10:00 committed by GitHub
parent 95370ac84b
commit 6e07279257
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -6,7 +6,8 @@
"codeowners": ["@bdraco"],
"dhcp": [
{"hostname":"connect","macaddress":"D86162*"},
{"hostname":"connect","macaddress":"B8B7F1*"}
{"hostname":"connect","macaddress":"B8B7F1*"},
{"hostname":"august*","macaddress":"E076D0*"}
],
"config_flow": true
}

View File

@ -16,6 +16,11 @@ DHCP = [
"hostname": "connect",
"macaddress": "B8B7F1*"
},
{
"domain": "august",
"hostname": "august*",
"macaddress": "E076D0*"
},
{
"domain": "axis",
"hostname": "axis-00408c*",