arachnetech / homebridge-mqttthing

A plugin for Homebridge allowing the integration of many different accessory types using MQTT.
Apache License 2.0
462 stars 104 forks source link

Add accessory information fields to config UI #601

Closed NotBobTheBuilder closed 1 year ago

NotBobTheBuilder commented 1 year ago

I wanted to move my mqttthing devices across hosts without changing the serial numbers. I found that could be achieved by altering the config, and that thought it would be an improvement if you could change those fields directly in the UI.

The fields I added to the UI are:

I identified those from here:

https://github.com/arachnetech/homebridge-mqttthing/blob/cb399ac261063650a892757b526c2238310f65fe/index.js#L25-L32

Hope this helps!