Site updated at 2018-01-25 17:33:45 UTC
This commit is contained in:
parent
2a429df2b2
commit
94552b64db
144 changed files with 304 additions and 301 deletions
|
@ -94,7 +94,7 @@ netsh interface portproxy add v4tov4 listenaddress=0.0.0.0 listenport=8123 conne
|
|||
</div>
|
||||
<p>This will let you access your Home Assistant portal from http://localhost:8123, and if you forward port 8123 on your router to your machine IP, the traffic will be forwarded on through to the docker container.</p>
|
||||
<h3><a class="title-link" name="synology-nas" href="#synology-nas"></a> Synology NAS</h3>
|
||||
<p>As Synology within DSM now supports Docker (with a neat UI), you can simply install Home Assistant using docker without the need for command-line. For details about the package (including compatability-information, if your NAS is supported), see https://www.synology.com/en-us/dsm/app_packages/Docker</p>
|
||||
<p>As Synology within DSM now supports Docker (with a neat UI), you can simply install Home Assistant using docker without the need for command-line. For details about the package (including compatibility-information, if your NAS is supported), see https://www.synology.com/en-us/dsm/app_packages/Docker</p>
|
||||
<p>The steps would be:</p>
|
||||
<ul>
|
||||
<li>Install “Docker” package on your Synology NAS</li>
|
||||
|
|
|
@ -80,7 +80,7 @@ The tool is available by running <code class="highlighter-rouge">hassbian-config
|
|||
<h3>Install scripts</h3>
|
||||
<p>To view the available packages run <code class="highlighter-rouge">hassbian-config show</code> and <code class="highlighter-rouge">sudo hassbian-config install PACKAGENAME</code>.</p>
|
||||
<ul>
|
||||
<li>Install Hue. Configures the Python executable to allow usage of low numbered ports for use with Emulated Hue component thats used with Amazon Echo, Google Home and Mycroft.ai.</li>
|
||||
<li>Install Hue. Configures the Python executable to allow usage of low numbered ports for use with Emulated Hue component that’s used with Amazon Echo, Google Home and Mycroft.ai.</li>
|
||||
<li>Install MariaDB. This script installs MariaDB and it’s dependencies for use with the recorder component in Home Assistant. No database or database user is created during this setup and will need to be created manually.</li>
|
||||
<li>Install Mosquitto MQTT server. Installs the latest Mosquitto package and client tools from the Mosquitto projects official repository. Now includes websocket support.</li>
|
||||
<li>Install Libcec. Adds local <a href="/components/hdmi_cec/">HDMI CEC support</a>. <em>This scipt is currently brooken upstream since it currently doesn’t build properly for Python >3.4</em></li>
|
||||
|
|
|
@ -88,7 +88,7 @@ Vagrant is intended for testing/development only. It is NOT recommended for perm
|
|||
</code></pre>
|
||||
</div>
|
||||
<p class="note">
|
||||
The following instructions will assume you changed your working directory to be <code class="highlighter-rouge">home-assistant/virtualization/vagrant</code>. This is mandatory because Vagrant will look for informations about the running VM inside that folder and won’t work otherwise
|
||||
The following instructions will assume you changed your working directory to be <code class="highlighter-rouge">home-assistant/virtualization/vagrant</code>. This is mandatory because Vagrant will look for information about the running VM inside that folder and won’t work otherwise
|
||||
</p>
|
||||
<p class="note">
|
||||
When using Vagrant on Windows, change git’s <code class="highlighter-rouge">auto.crlf</code> to input before cloning the Home Assistant repository. With input setting git won’t automatically change line endings from Unix LF to Windows CRLF. Shell scripts executed during provision won’t work with Windows line endings.
|
||||
|
|
|
@ -137,7 +137,7 @@
|
|||
<h3><a class="title-link" name="notes" href="#notes"></a> Notes</h3>
|
||||
<ul>
|
||||
<li>In the future, if you want to start Home Assistant manually again, follow step 2, 3 and 5.</li>
|
||||
<li>It’s recommanded to run Home Assistant as a dedicated user.</li>
|
||||
<li>It’s recommended to run Home Assistant as a dedicated user.</li>
|
||||
</ul>
|
||||
<p class="info">
|
||||
Looking for more advanced guides? Check our <a href="/docs/installation/raspberry-pi/">Rasbian guide</a> or the <a href="/docs/installation/">other installation guides</a>.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue