Zwave status in frontend after update to 36.1

Ok… Running 0.36.1 now.
What I did:

pip3 install --upgrade --force-reinstall homeassistant

After that I noticed that the frontend, which is proxied by nginx now said “reconnecting”, which it didn’t do when I tried to upgrade previously. Searched a bit and added the following to nginx config:

	proxy_set_header Connection "upgrade";```

Restarted nginx and now it is working fine. Had to upgrade my Hue bridge to get my lights back by the way, but that is off-topic here. :slight_smile:

Let's see how it runs from now on. :thumbsup: