Add dhcp discovery for newer august/yale bridges (#84125)

pull/84166/head
J. Nick Koston 2022-12-17 16:42:47 -10:00 committed by GitHub
parent 5f160be8f6
commit e7064bda25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -5,6 +5,10 @@
"requirements": ["yalexs==1.2.6", "yalexs_ble==1.12.0"],
"codeowners": ["@bdraco"],
"dhcp": [
{
"hostname": "yale-connect-plus",
"macaddress": "00177A*"
},
{
"hostname": "connect",
"macaddress": "D86162*"

View File

@ -10,6 +10,11 @@ DHCP: list[dict[str, str | bool]] = [
"domain": "airzone",
"macaddress": "E84F25*",
},
{
"domain": "august",
"hostname": "yale-connect-plus",
"macaddress": "00177A*",
},
{
"domain": "august",
"hostname": "connect",