2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "smartthings",
|
2020-04-16 19:52:53 +00:00
|
|
|
"name": "SmartThings",
|
2019-05-13 08:16:55 +00:00
|
|
|
"config_flow": true,
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/smartthings",
|
2020-11-14 20:57:42 +00:00
|
|
|
"requirements": ["pysmartapp==0.3.3", "pysmartthings==0.7.6"],
|
2019-12-05 08:28:56 +00:00
|
|
|
"dependencies": ["webhook"],
|
|
|
|
"after_dependencies": ["cloud"],
|
2021-04-15 08:21:38 +00:00
|
|
|
"codeowners": ["@andrewsayre"],
|
2021-05-11 22:10:33 +00:00
|
|
|
"iot_class": "cloud_push",
|
|
|
|
"dhcp": [
|
|
|
|
{
|
|
|
|
"hostname": "st*",
|
|
|
|
"macaddress": "24FD5B*"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"hostname": "smartthings*",
|
|
|
|
"macaddress": "24FD5B*"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"hostname": "hub*",
|
|
|
|
"macaddress": "24FD5B*"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"hostname": "hub*",
|
|
|
|
"macaddress": "D052A8*"
|
2021-05-25 17:40:05 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"hostname": "hub*",
|
|
|
|
"macaddress": "286D97*"
|
2021-05-11 22:10:33 +00:00
|
|
|
}
|
|
|
|
]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|