An open API service indexing awesome lists of open source software.

https://github.com/jonmagic/homebridge-plugin-lightd


https://github.com/jonmagic/homebridge-plugin-lightd

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# homebridge-plugin-lightd

A homebridge plugin I wrote to use my [lightd daemon](https://github.com/jonmagic/lightd) as a homebridge accessory.

The accessories config for homebridge looks like this:

```json
"accessories": [
{
"accessory": "LightdDimmer",
"name": "Pergola Dimmer",
"url": "http://lightd.local:8081",
"device": "pergola"
}
]
```