Valentin-Bogdan Roșca
Valentin-Bogdan Roșca
Hi Stefano, Thank you for considering this feature! A couple of remarks that should be taken into consideration: * the additional column assures an easier upgrade of the database whereas...
I have the same problem. Versions: node-red-contrib-home-assistant-websocket 0.62.2 Node-Red HA AddOn 17.0.0
You can try to run headlessly using [Xvfb](https://en.wikipedia.org/wiki/Xvfb) . I am currently doing so, with the following commands: ``` Xvfb :10 -ac -screen 0 1024x768x24 >/dev/null 2>/dev/null & DISPLAY=:10 python3...