homepage/docs/widgets/services/homebridge.md

17 lines
403 B
Markdown
Raw Normal View History

2023-09-29 21:01:11 +03:00
---
title: Homebridge
description: Homebridge
---
The Homebridge API is actually provided by the Config UI X plugin that has been included with Homebridge for a while, still it is required to be installed for this widget to work.
Allowed fields: `["updates", "child_bridges"]`.
```yaml
widget:
type: homebridge
url: http://homebridge.host.or.ip:port
username: username
password: password
2023-09-29 21:01:11 +03:00
```