python
This commit is contained in:
20
custom_components/ttlock/manifest.json
Normal file
20
custom_components/ttlock/manifest.json
Normal 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": []
|
||||
}
|
||||
Reference in New Issue
Block a user