app-store/apps/homebridge/config.json
Jorge Montejo d23f2a982f
[Homebridge] Avoid the use of the latest version (#3639)
* Avoid the use of the latest version

* Update config.json
2024-06-08 09:21:07 +02:00

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"]
}