stfnhmplr / homebridge-synology

Control your Synology Diskstation with Homekit
MIT License
161 stars 15 forks source link

Add option to disable shutdown switch #46

Closed mcalderin closed 2 years ago

mcalderin commented 3 years ago

Really don't want everyone in the home able to shut down the Synology device at will. Would be nice to have a flag to disable that option.

KuzmaTolyanuch commented 3 years ago

There is an option to disable switch it's just not present in pligin README, example config: "accessories": [ { ..... "disabled": ["switch"], ..... } ]