HA-SmartThings-Find/custom_components/smartthings_find/manifest.json

13 lines
368 B
JSON

{
"domain": "smartthings_find",
"name": "SmartThings Find",
"after_dependencies": ["http"],
"version": "0.1.0",
"documentation": "https://github.com/Vedeneb/HA-SmartThings-Find",
"integration_type": "hub",
"dependencies": [],
"codeowners": ["@Vedeneb"],
"requirements": ["requests", "qrcode"],
"iot_class": "cloud_polling",
"config_flow": true
}