mirror of
https://github.com/home-assistant/core.git
synced 2026-09-11 10:06:07 -05:00
Add dhcp discovery for newer august/yale bridges (#84125)
This commit is contained in:
@@ -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*"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user