mirror of
https://github.com/home-assistant/core.git
synced 2026-06-11 11:41:42 +02:00
628a148944
* Install requirements of after_dependencies when loading integrations * Fix smartthings test
11 lines
320 B
JSON
11 lines
320 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"],
|
|
"after_dependencies": ["cloud"],
|
|
"codeowners": ["@andrewsayre"]
|
|
}
|