forked from home-assistant/core
Add dhcp discovery to smartthings (#50306)
This commit is contained in:
@@ -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",
|
||||||
|
Reference in New Issue
Block a user