Initial commit
This commit is contained in:
commit
ac2b38ad81
12 changed files with 1115 additions and 0 deletions
13
custom_components/smartthings_find/manifest.json
Normal file
13
custom_components/smartthings_find/manifest.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"domain": "smartthings_find",
|
||||
"name": "SmartThings Find",
|
||||
"after_dependencies": ["http"],
|
||||
"version": "0.0.2",
|
||||
"documentation": "https://github.com/Vedeneb/HA-SmartThings-Find",
|
||||
"integration_type": "hub",
|
||||
"dependencies": [],
|
||||
"codeowners": ["@Vedeneb"],
|
||||
"requirements": ["requests", "qrcode"],
|
||||
"iot_class": "cloud_polling",
|
||||
"config_flow": true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue