Kevin Duong

Results 6 comments of Kevin Duong

I could go through and refactor all instances where it doesn't include the httpRoot I'll also see what changing this.RED.httpAdmin.get('/homeassistant/entities', httpHandlers.getEntities.bind(this)); to this.RED.httpRoot.get('/homeassistant/entities', httpHandlers.getEntities.bind(this)); Does when I get home from...

Here's a workaround for those of you who need one for now: https://github.com/AYapejian/node-red-contrib-home-assistant/issues/41

I don't think it's a function, it's a variable that gets stored in nodered's settings.js. This is an issue for users that have custom routing (ex: nginx reverse proxy). The...

Going off the .html stuff I mentioned in my previous comment, a good temporary workaround is to go through all of the .html files under each folder under the nodes...

Here's another workaround for those using an nginx reverse proxy like I am https://github.com/AYapejian/node-red-contrib-home-assistant/issues/41

I think it's fixed in this fork https://github.com/zachowj/node-red-contrib-home-assistant-websocket On Wed, Oct 17, 2018, 4:06 PM Simon Szustkowski wrote: > Has this arrived in an actual release? I am currently postponing...