core/homeassistant/components/smartthings/manifest.json

17 lines
311 B
JSON

{
"domain": "smartthings",
"name": "Smartthings",
"config_flow": true,
"documentation": "https://www.home-assistant.io/components/smartthings",
"requirements": [
"pysmartapp==0.3.2",
"pysmartthings==0.6.9"
],
"dependencies": [
"webhook"
],
"codeowners": [
"@andrewsayre"
]
}