diff --git a/components/alexa/index.html b/components/alexa/index.html
index 8507dcceb9..e1124560c5 100644
--- a/components/alexa/index.html
+++ b/components/alexa/index.html
@@ -219,6 +219,30 @@ Custom slot type for script support.
Now say Alexa ask homeassistant to run <some script>
and Alexa will run that script for you.
+ Support for Launch Requests
+There may be times when you want to respond to a launch request initiated from a command such as “Alexa, Red Alert!”.
+To start you need to get the skill id:
+
+ - Log in to Amazon developer console
+ - Click the Alexa button at the top of the console
+ - Click the Alexa Skills Kit Get Started button
+
+ - Locate the skill for which you would like Launch Request support
+ - Click the “View Skill ID” link and copy the ID
+
+
+
+The configuration is the same as an intent with the exception being you will use your skill ID instead of the intent name.
+intent_script:
+ amzn1.ask.skill.08888888-7777-6666-5555-444444444444:
+ action:
+ service: script.turn_on
+ entity_id: script.red_alert
+ speech:
+ type: plain
+ text: OK
+
+
Giving Alexa Some Personality
In the examples above, we told Alexa to say OK
when she successfully completed the task. This is effective but a little dull! We can again use templates to spice things up a little.
First create a file called alexa_confirm.yaml
with something like the following in it (go on, be creative!):
diff --git a/sitemap.xml b/sitemap.xml
index 3c67a6e185..d3dc641d74 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -3884,62 +3884,62 @@
https://home-assistant.io/demo/frontend.html
-2017-08-13T01:32:04+00:00
+2017-08-13T08:22:41+00:00
https://home-assistant.io/demo/index.html
-2017-08-13T01:32:04+00:00
+2017-08-13T08:22:41+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-event.html
-2017-08-13T01:32:04+00:00
+2017-08-13T08:22:41+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-info.html
-2017-08-13T01:32:04+00:00
+2017-08-13T08:22:41+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-service.html
-2017-08-13T01:32:04+00:00
+2017-08-13T08:22:41+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-state.html
-2017-08-13T01:32:04+00:00
+2017-08-13T08:22:41+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-template.html
-2017-08-13T01:32:04+00:00
+2017-08-13T08:22:41+00:00
https://home-assistant.io/demo/panels/ha-panel-history.html
-2017-08-13T01:32:04+00:00
+2017-08-13T08:22:41+00:00
https://home-assistant.io/demo/panels/ha-panel-iframe.html
-2017-08-13T01:32:04+00:00
+2017-08-13T08:22:41+00:00
https://home-assistant.io/demo/panels/ha-panel-logbook.html
-2017-08-13T01:32:04+00:00
+2017-08-13T08:22:41+00:00
https://home-assistant.io/demo/panels/ha-panel-map.html
-2017-08-13T01:32:04+00:00
+2017-08-13T08:22:41+00:00
https://home-assistant.io/googlef4f3693c209fe788.html
-2017-08-13T01:32:04+00:00
+2017-08-13T08:22:41+00:00
https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html
-2017-08-13T01:32:04+00:00
+2017-08-13T08:22:41+00:00
https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html
-2017-08-13T01:32:04+00:00
+2017-08-13T08:22:41+00:00
https://home-assistant.io/static/mdi-demo.html
-2017-08-13T01:32:04+00:00
+2017-08-13T08:22:41+00:00