Initial commit

This commit is contained in:
freybene 2024-05-24 21:39:41 +02:00
commit ac2b38ad81
12 changed files with 1115 additions and 0 deletions

View 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
}