This commit is contained in:
Victor Alexandrovich Tsyrenschikov
2026-03-30 20:25:42 +05:00
parent 139f9f1bd2
commit 373ed28445
2449 changed files with 53602 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"domain": "ttlock",
"name": "TTLock",
"after_dependencies": ["cloud"],
"codeowners": ["@jbergler"],
"config_flow": true,
"dependencies": [
"application_credentials",
"persistent_notification",
"webhook"
],
"documentation": "https://github.com/jbergler/hass-ttlock",
"homekit": {},
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/jbergler/hass-ttlock/issues",
"requirements": ["pydantic"],
"ssdp": [],
"version": "v0.7.2",
"zeroconf": []
}