app-store/apps/homebridge/config.json
DrMxrcy 5257276b68
Add Homebridge (#1112)
* Add Homebridge

* Update apps.test.ts

* Update config.json
2023-08-30 18:20:48 -04:00

16 lines
410 B
JSON

{
"$schema": "../schema.json",
"name": "Home Bridge",
"available": true,
"port": 8581,
"tipi_version": 1,
"version": "latest",
"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": []
}