Jord Visser
Jord Visser
I'm looking into the workings of the list field in the core `change`-node dialog ( https://github.com/node-red/node-red/blob/master/packages/node_modules/%40node-red/nodes/core/function/15-change.html ) as this would be a far more suitable way of displaying this feature...
To my understanding it is the right way to have Node-Red make it's own `device` in HA, by using identifiers HA can then combine entities from different integrations in one...
I've the same happening, when a user opens a url in a blank browser window and their sessions token needs a refresh, reproduced it by setting the refresh timeout to...
I came to a new 'solution', to make sure the `createServerClient` is done with all the setting/removing of cookies I await a call to `...supabase.auth.getSession()` before returning the `resolve` function...