Site updated at 2016-10-05 08:21:01 UTC
This commit is contained in:
parent
49c4f8ac8a
commit
b3be06b487
29 changed files with 43 additions and 43 deletions
|
@ -344,7 +344,7 @@ Custom slot type for script support.
|
|||
|
||||
<h2><a class="title-link" name="giving-alexa-some-personality" href="#giving-alexa-some-personality"></a> Giving Alexa Some Personality</h2>
|
||||
|
||||
<p>In the examples above, we told Alexa to say <code class="highlighter-rouge">OK</code> when she succesfully completed the task. This is effective but a little dull! We can again use <a href="/topics/templating/">templates</a> to spice things up a little.</p>
|
||||
<p>In the examples above, we told Alexa to say <code class="highlighter-rouge">OK</code> when she successfully completed the task. This is effective but a little dull! We can again use <a href="/topics/templating/">templates</a> to spice things up a little.</p>
|
||||
|
||||
<p>First create a file called <code class="highlighter-rouge">alexa_confirm.yaml</code> with something like the following in it (go on, be creative!):</p>
|
||||
|
||||
|
|
|
@ -91,7 +91,7 @@
|
|||
|
||||
<p>Philips Hue support is integrated into Home Assistant as a light platform. The preferred way to setup the Philips Hue platform is by enabling the <a href="/components/discovery/">the discovery component</a>.</p>
|
||||
|
||||
<p>Once discovered, locate “configurator.philips_hue” in the entities list ( < > ) and add it to configuration.yaml. Restart home assistant so that it is visible in the home assistant dashboard. Once home assistant is restarted, locate and click on configurator.philips_hue to bring up the intitiation dialog. This will prompt you to press the Hue button to register the Hue hub in home assistant. Once complete, the configurator entity can be removed from configuration.yaml.</p>
|
||||
<p>Once discovered, locate “configurator.philips_hue” in the entities list ( < > ) and add it to configuration.yaml. Restart home assistant so that it is visible in the home assistant dashboard. Once home assistant is restarted, locate and click on configurator.philips_hue to bring up the initiation dialog. This will prompt you to press the Hue button to register the Hue hub in home assistant. Once complete, the configurator entity can be removed from configuration.yaml.</p>
|
||||
|
||||
<p>Restarting home assistant once more should result in the Hue lights listed as “light” entities. Add these light entities to configuration.yaml and restart home assistant once more to complete the installation.</p>
|
||||
|
||||
|
|
|
@ -267,7 +267,7 @@ Home Assistant will automatically load the correct certificate if you connect to
|
|||
|
||||
<h3><a class="title-link" name="publish-service" href="#publish-service"></a> Publish service</h3>
|
||||
|
||||
<p>The MQTT component will register the service <code class="highlighter-rouge">publish</code> which allows publishing messages to MQTT topics. There are two ways of specifiying your payload. You can either use <code class="highlighter-rouge">payload</code> to hard-code a payload or use <code class="highlighter-rouge">payload_template</code> to specify a <a href="/topics/templating/">template</a> that will be rendered to generate the payload.</p>
|
||||
<p>The MQTT component will register the service <code class="highlighter-rouge">publish</code> which allows publishing messages to MQTT topics. There are two ways of specifying your payload. You can either use <code class="highlighter-rouge">payload</code> to hard-code a payload or use <code class="highlighter-rouge">payload_template</code> to specify a <a href="/topics/templating/">template</a> that will be rendered to generate the payload.</p>
|
||||
|
||||
<div class="language-json highlighter-rouge"><pre class="highlight"><code><span class="p">{</span><span class="w">
|
||||
</span><span class="nt">"topic"</span><span class="p">:</span><span class="w"> </span><span class="s2">"home-assistant/light/1/command"</span><span class="p">,</span><span class="w">
|
||||
|
|
|
@ -190,7 +190,7 @@ This switch will shutdown your host immediately, there will be no confirmation.
|
|||
</div>
|
||||
|
||||
<ul>
|
||||
<li>Replace admin and password with an “Admin” priviledged Foscam user</li>
|
||||
<li>Replace admin and password with an “Admin” privileged Foscam user</li>
|
||||
<li>Replace ipaddress with the local IP address of your Foscam</li>
|
||||
</ul>
|
||||
|
||||
|
|
|
@ -91,7 +91,7 @@
|
|||
|
||||
<p>The <a href="http://getvera.com">Vera</a> hub is a controller mainly connecting to Z-Wave devices.</p>
|
||||
|
||||
<p>Switches, Lights (inc Dimmers), Locks, Sensors and Binary sensors are supported - and will be automaticaly added when HA connects to your Vera controller.</p>
|
||||
<p>Switches, Lights (inc Dimmers), Locks, Sensors and Binary sensors are supported - and will be automatically added when HA connects to your Vera controller.</p>
|
||||
|
||||
<p>To use Vera devices in your installation, add the following to your configuration.yaml file using the IP and port number of your Vera controller:</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue