alessiodionisi / homebridge-lgtv2

LG webOS plugin for homebridge: https://github.com/nfarina/homebridge
MIT License
29 stars 7 forks source link

Adds optional keyFile config option #6

Closed amitgandhinz closed 7 years ago

amitgandhinz commented 7 years ago

Resolves https://github.com/alessiodionisi/homebridge-lgtv2/issues/3 .

Depending on the user homebridge is being executed with, you may not have permissions to write to the default file location for the LGTV key, required by the LGTV2 dependency.

This change introduces a new keyFile config option to provide an alternative location that the user has access to read/write to.

alessiodionisi commented 7 years ago

Thank you!