plugnomad.blogg.se

Install google assistant on ubuntu
Install google assistant on ubuntu









docker run -d -name="home-assistant" -v /srv/docker/hassconfig:/config -v /etc/localtime:/etc/localtime:ro -net=host homeassistant/home-assistantĪs usual ill use Notepad to make saving, editing and changing my run easier hassconfig]# docker run -d -name="home-assistant" -v /srv/docker/hassconfig:/config -v /etc/localtime:/etc/localtime:ro -net=host homeassistant/home-assistant

install google assistant on ubuntu

OK now im ready to build my docker run commandįind out what these parameters mean in my guide to docker run. So lets create that folder homeserver]# cd /srv Well after that has been resolved, looks like i will copy this guy, except i dont like hyphens. What are the intended purposes of the standard linux folders If i know that i might be able to make a better decision. Hold on a minute, what exactly are all these standard Linux folders all intended to be used for. The article doesnt directly address my question but this guy saves his config files in /srv/docker/hass-config The 2nd link looks like it is what i am looking for The files _could_ be saved anywhere, but i need to chose a location that will not come back to bite me in the ass in the future and that is accessible,sensible, etc. So my first task is to work out where is a good place to save these files. “Adjust the following command so that /path/to/your/config/ points at the folder where you want to store your configuration”

install google assistant on ubuntu

The first result is Home Assistants official instructions

install google assistant on ubuntu

Now Docker is up and running lets try and get Home Assistant going.











Install google assistant on ubuntu