because remote control and google assistant each use a different address, I had to disable the remote control, is there a way to still use the remote control together with the assistant? attached a small piece of config.js
var config = {
address: “localhost”,// Address to listen on, can be:
electronOptions: {
webPreferences: {
webviewTag: true
//address: “0.0.0.0”,
}
},