2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "smartthings",
|
|
|
|
"name": "Smartthings",
|
2019-05-13 08:16:55 +00:00
|
|
|
"config_flow": true,
|
2019-04-04 04:14:45 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/components/smartthings",
|
|
|
|
"requirements": [
|
|
|
|
"pysmartapp==0.3.2",
|
2019-06-20 20:25:32 +00:00
|
|
|
"pysmartthings==0.6.9"
|
2019-04-04 04:14:45 +00:00
|
|
|
],
|
|
|
|
"dependencies": [
|
|
|
|
"webhook"
|
|
|
|
],
|
|
|
|
"codeowners": [
|
|
|
|
"@andrewsayre"
|
|
|
|
]
|
|
|
|
}
|