I currently run a Hassbian build and would like to migrate to Hass.io.
I have a few scripts that I currently run using NodeJS to control my garage door and alarm system. Is there a way to run these Node scripts in Hass.io?
Are you please able to elaborate on this for the newer peeps like myself? I’ve just moved to hass.io and discovered I need node back for my kodi voice control.
I’m using exact the same Dockerfile and run.sh as you, but I always get the error: The command '/bin/bash -o pipefail -c cd / && npm install --unsafe-perm' returned a non-zero code: 1
Is your code outdated or did I miss something?
What is it that you are trying to install? The ring integration or nodered? If you are not running a supervised install and only the core in docker use the regular docker setup for nodered. Then add HA web socket to integrate in home assistant.
HACS is not for add-ons, it makes you click ‘i have read and understand that HACS does not contain add-ons’ when you install it. Still they’re so friendly to provide a link to the supervisor-area where you can install add-ons. So head over to supervisor > add-on store and try again.