d23f2a982f
* Avoid the use of the latest version * Update config.json
17 lines
463 B
JSON
17 lines
463 B
JSON
{
|
|
"$schema": "../schema.json",
|
|
"name": "Home Bridge",
|
|
"available": true,
|
|
"port": 8581,
|
|
"tipi_version": 2,
|
|
"version": "2024-05-02",
|
|
"id": "homebridge",
|
|
"categories": ["automation"],
|
|
"description": "HomeKit support for the impatient.",
|
|
"short_desc": "HomeKit support for the impatient. ",
|
|
"author": "ArneNaessens",
|
|
"source": "https://github.com/homebridge/homebridge",
|
|
"form_fields": [],
|
|
"supported_architectures": ["arm64", "amd64"]
|
|
}
|