kpsuperplane / homebridge-wiz-lan

Control Wiz lights over LAN
Apache License 2.0
115 stars 37 forks source link

feat: Support durable custom names in config #67

Closed BMDan closed 2 years ago

BMDan commented 2 years ago

Works just fine for new accessories. For old ones (i.e., in cache), initialization and naming happen at cache-load, so the configured name doesn't apply. Addressing that minor issue is left as an exercise for the reader.

Closes #18

kpsuperplane commented 2 years ago

Thank you!