HA-SmartThings-Find/custom_components/smartthings_find/manifest.json
2024-07-27 09:26:15 +02:00

14 lines
444 B
JSON

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