Files
homeassistant/custom_components/ttlock/manifest.json
Victor Alexandrovich Tsyrenschikov 373ed28445 python
2026-03-30 20:25:42 +05:00

21 lines
502 B
JSON

{
"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": []
}