Site updated at 2016-10-05 08:21:01 UTC

This commit is contained in:
Travis CI 2016-10-05 08:21:01 +00:00
parent 49c4f8ac8a
commit b3be06b487
29 changed files with 43 additions and 43 deletions

View file

@ -101,7 +101,7 @@
<p>Using the Synology webadmin:</p>
<ul>
<li>Install python3 using the Synology package centre</li>
<li>Install python3 using the Synology Package Center</li>
<li>Create homeassistant user and add to the “users” group</li>
</ul>

View file

@ -91,7 +91,7 @@
<p>Home Assistant uses the <a href="http://yaml.org/">YAML</a> syntax for configuration. YAML might take a while to get used to but is really powerful in allowing you to express complex configurations.</p>
<p>For each component that you want to use in Home Assistant, you add code in your <code class="highlighter-rouge">configuraton.yaml</code> file to specify its settings.
<p>For each component that you want to use in Home Assistant, you add code in your <code class="highlighter-rouge">configuration.yaml</code> file to specify its settings.
The following example entry specifies that you want to use the <a href="/components/notify">notify component</a> with the <a href="/components/notify.pushbullet">pushbullet platform</a>.</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">notify</span><span class="pi">:</span>