mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Add dhcp discovery to smartthings (#50306)
This commit is contained in:
parent
dc39edd090
commit
3b272ec54c
@ -7,5 +7,23 @@
|
|||||||
"dependencies": ["webhook"],
|
"dependencies": ["webhook"],
|
||||||
"after_dependencies": ["cloud"],
|
"after_dependencies": ["cloud"],
|
||||||
"codeowners": ["@andrewsayre"],
|
"codeowners": ["@andrewsayre"],
|
||||||
"iot_class": "cloud_push"
|
"iot_class": "cloud_push",
|
||||||
|
"dhcp": [
|
||||||
|
{
|
||||||
|
"hostname": "st*",
|
||||||
|
"macaddress": "24FD5B*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"hostname": "smartthings*",
|
||||||
|
"macaddress": "24FD5B*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"hostname": "hub*",
|
||||||
|
"macaddress": "24FD5B*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"hostname": "hub*",
|
||||||
|
"macaddress": "D052A8*"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
@ -178,6 +178,26 @@ DHCP = [
|
|||||||
"hostname": "sense-*",
|
"hostname": "sense-*",
|
||||||
"macaddress": "DCEFCA*"
|
"macaddress": "DCEFCA*"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"domain": "smartthings",
|
||||||
|
"hostname": "st*",
|
||||||
|
"macaddress": "24FD5B*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"domain": "smartthings",
|
||||||
|
"hostname": "smartthings*",
|
||||||
|
"macaddress": "24FD5B*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"domain": "smartthings",
|
||||||
|
"hostname": "hub*",
|
||||||
|
"macaddress": "24FD5B*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"domain": "smartthings",
|
||||||
|
"hostname": "hub*",
|
||||||
|
"macaddress": "D052A8*"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "solaredge",
|
"domain": "solaredge",
|
||||||
"hostname": "target",
|
"hostname": "target",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user