16 lines
288 B
JSON
16 lines
288 B
JSON
|
{
|
||
|
"domain": "smartthings",
|
||
|
"name": "Smartthings",
|
||
|
"documentation": "https://www.home-assistant.io/components/smartthings",
|
||
|
"requirements": [
|
||
|
"pysmartapp==0.3.2",
|
||
|
"pysmartthings==0.6.7"
|
||
|
],
|
||
|
"dependencies": [
|
||
|
"webhook"
|
||
|
],
|
||
|
"codeowners": [
|
||
|
"@andrewsayre"
|
||
|
]
|
||
|
}
|