I've spotted an annoying problem with node-red-contrib-google-smarthome where the node config has two options, selectable via a tick box;
The first option is to use google authentication (preferred option)
The second option, by unticking the box, users can use a simple password
The problem is that if the first option is selected (Google login), the second option's input boxes would be left blank (as we aren't using the second option).
But because they are blank, node-RED will not verify the input boxes, and as you can see in the screenshot above, node-RED colours the input box outlines red, places a red triangle on the node, and a popup saying that the node is not correctly configured (despite option 1 being selected).
However despite this annoyance, node-red-contrib-google-smarthome works very well
I've tried adding a input box placeholder for the fields, which didn't help, and have opened an issue with the author, but wondered if anyone knows the best way to deal with this pls?