https://github.com/jonmagic/homebridge-plugin-lightd
https://github.com/jonmagic/homebridge-plugin-lightd
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonmagic/homebridge-plugin-lightd
- Owner: jonmagic
- License: apache-2.0
- Created: 2021-08-29T18:17:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-31T03:35:32.000Z (over 4 years ago)
- Last Synced: 2025-01-31T13:43:47.043Z (about 1 year ago)
- Language: TypeScript
- Size: 88.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
}
]
```