hannseman / homebridge-mi-hygrothermograph

Homebridge plugin for the Xiaomi Mi Bluetooth Temperature and Humidity Sensor
MIT License
267 stars 52 forks source link

Adds config.schema.json file #80

Closed codyc1515 closed 5 years ago

codyc1515 commented 5 years ago

Adds support for plug-in settings GUI

codyc1515 commented 5 years ago

Note: I have not added the MQTT section as I am not 100% sure how to do this. I would imagine if you know enough to set-up MQTT then you probably know how to edit a config file.

hannseman commented 5 years ago

Cool, thanks!

But why remove config-sample.json? In my opinon it can be good for beginners to have a complete homebridge config example as a reference. It's also referenced in both README.md and package.json which will break. If it wasn't removed for a good reason please revert that delete and I'll merge this.

codyc1515 commented 5 years ago

Sweet, wasn't sure what the feeling was on that. I have added it back now.

hannseman commented 5 years ago

Thanks!