Websocket startup time issue when doing a deploy in node red

Thanks @Kermit
Update for anyone else who may encounter this issue. Corrected with the following steps.

  1. Node-Red config in Hass.io add the following “npm_packages”: [“[email protected]” ],
  2. Restart Node-Red
  3. In Node-Red open the configuration nodes and double click on the Home Assistant server node.
  4. Uncheck “Delay Connection attempts”
  5. Re-deploy flows
4 Likes