mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Add august doorbells to dhcp discovery (#48244)
This commit is contained in:
parent
95370ac84b
commit
6e07279257
@ -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
|
||||
}
|
||||
|
@ -16,6 +16,11 @@ DHCP = [
|
||||
"hostname": "connect",
|
||||
"macaddress": "B8B7F1*"
|
||||
},
|
||||
{
|
||||
"domain": "august",
|
||||
"hostname": "august*",
|
||||
"macaddress": "E076D0*"
|
||||
},
|
||||
{
|
||||
"domain": "axis",
|
||||
"hostname": "axis-00408c*",
|
||||
|
Loading…
x
Reference in New Issue
Block a user