mirror of https://github.com/home-assistant/core
35 lines
760 B
JSON
35 lines
760 B
JSON
{
|
|
"domain": "smartthings",
|
|
"name": "SmartThings",
|
|
"after_dependencies": ["cloud"],
|
|
"codeowners": [],
|
|
"config_flow": true,
|
|
"dependencies": ["webhook"],
|
|
"dhcp": [
|
|
{
|
|
"hostname": "st*",
|
|
"macaddress": "24FD5B*"
|
|
},
|
|
{
|
|
"hostname": "smartthings*",
|
|
"macaddress": "24FD5B*"
|
|
},
|
|
{
|
|
"hostname": "hub*",
|
|
"macaddress": "24FD5B*"
|
|
},
|
|
{
|
|
"hostname": "hub*",
|
|
"macaddress": "D052A8*"
|
|
},
|
|
{
|
|
"hostname": "hub*",
|
|
"macaddress": "286D97*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/smartthings",
|
|
"iot_class": "cloud_push",
|
|
"loggers": ["httpsig", "pysmartapp", "pysmartthings"],
|
|
"requirements": ["pysmartapp==0.3.5", "pysmartthings==0.7.8"]
|
|
}
|