Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/glavin001/homebridge-ambientlight

(:warning: No longer maintained :warning:) Homebridge Accessory for Mac's ambient light sensors.
https://github.com/glavin001/homebridge-ambientlight

ambientlight homebridge homebridge-plugin macos sensor

Last synced: 20 days ago
JSON representation

(:warning: No longer maintained :warning:) Homebridge Accessory for Mac's ambient light sensors.

Awesome Lists containing this project

README

        

# homebridge-ambientlight

Homebridge Accessory for Mac's ambient light sensors.

```
npm install --global homebridge-ambientlight
```

Edit `~/.homebridge/config.json`:

```json
{
"accessories": [
{
"accessory": "iSightAmbientLightSensor",
"name": "GlavinBook-Pro Ambient Light Sensor"
}
]
}
```