30 lines
652 B
JSON
30 lines
652 B
JSON
{
|
|
"domain": "smartthings",
|
|
"name": "SmartThings",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/smartthings",
|
|
"requirements": ["pysmartapp==0.3.3", "pysmartthings==0.7.6"],
|
|
"dependencies": ["webhook"],
|
|
"after_dependencies": ["cloud"],
|
|
"codeowners": ["@andrewsayre"],
|
|
"iot_class": "cloud_push",
|
|
"dhcp": [
|
|
{
|
|
"hostname": "st*",
|
|
"macaddress": "24FD5B*"
|
|
},
|
|
{
|
|
"hostname": "smartthings*",
|
|
"macaddress": "24FD5B*"
|
|
},
|
|
{
|
|
"hostname": "hub*",
|
|
"macaddress": "24FD5B*"
|
|
},
|
|
{
|
|
"hostname": "hub*",
|
|
"macaddress": "D052A8*"
|
|
}
|
|
]
|
|
}
|