Hey All,
I’ve installed Home assistant image, however I can’t for the life of me figure out how to SSH to the raspberry pi with root privileges. The SSH addon is installed however this only lets me run things inside the HA container.
I’m trying to get my PS4 added to Home assistant but I need to be able to installed a few things from repos however if I do this within the SSH addon then it says “apt-get” or “sudo” command does not exist.
If it helps I’m trying to follow the following tutorial https://medium.com/@rmgn/my-home-theater-voice-automation-56881c1b1c6d - I need to run the following:
`$ sudo su -
curl -sL https://deb.nodesource.com/setup_6.x | sudo bash -
apt-get install nodejs -y
npm install ps4-waker -g`
Save me please!