mirror of
https://github.com/elisspace/core.git
synced 2026-09-21 18:17:35 +00:00
17 lines
313 B
JSON
17 lines
313 B
JSON
{
|
|
"domain": "smartthings",
|
|
"name": "Smartthings",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/smartthings",
|
|
"requirements": [
|
|
"pysmartapp==0.3.2",
|
|
"pysmartthings==0.6.9"
|
|
],
|
|
"dependencies": [
|
|
"webhook"
|
|
],
|
|
"codeowners": [
|
|
"@andrewsayre"
|
|
]
|
|
}
|