ebaauw / homebridge-rpi

Homebridge plugin for Raspberry Pi.
Apache License 2.0
308 stars 18 forks source link

Can’t hide Light #73

Closed tomsteenbakkers closed 3 years ago

tomsteenbakkers commented 3 years ago

Today installed the new version with the option for the LightBulb. I changed the config.json so the PowerLed is not exposed as a Light Bulb. But it still show up in the Home.app.

{ "name": "RPi", "hosts": [ { "host": "localhost:8888", "name": "Homebridge", "hidden": false, "noPowerLed": true, "noSmokeSensor": true } ], "platform": "RPi" },

ebaauw commented 3 years ago

Oops. Fixed in v1.2.5.

tomsteenbakkers commented 3 years ago

😉