mrjackyliang / homebridge-adt-pulse

Homebridge security system platform for ADT Pulse
Apache License 2.0
35 stars 7 forks source link

Update schema.ts #142

Closed cyberpower678 closed 3 months ago

cyberpower678 commented 3 months ago

Make options optional to accommodate HOOBS' config sanitizer.

cyberpower678 commented 3 months ago

I've tested this on my HOOBS installation and it works.

mrjackyliang commented 3 months ago

This is an apparent easy fix but goes against my design pattern, which is to keep all settings intact regardless of whether it is empty. Will try to find an alternative.