42 Commits

Author SHA1 Message Date
Alok Saboo
1aca7b08cf Misc fixes: e.g. -> e.g., and proper case for Home Assistant (#4942)
* e.g. to e.g., and proper case for Home Assistant

* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00
Phil Frost
ee6bb9eb96
Link to mike-grant fork of Haaska
The owner of the original Haaska does not appear to be maintaining the
repository. However, mike-grant has incorporated the v3 smart home API
changes in his fork.
2018-02-17 13:28:44 +00:00
Phil Frost
026d747c47 Document new alexa smart_home option (#4493) 2018-01-23 10:46:10 -08:00
Paulus Schoutsen
643852f89b cloud stuff 2017-12-16 00:53:02 -08:00
Corey Pauley
1740f62340 Added a brief explanation and screenshot of Alexa Skills Kit and slot type synonyms (#3995)
* Added a brief explanation and screenshot of Alexa Skills Kit and slot type synonyms

* ✏️ Added missing comma
2017-11-18 10:09:51 +01:00
Albatross
8fc24b81e7
Typo Fix: Alexa Documentation (#3582) 2017-10-21 09:56:19 +02:00
Niklas Grebe
100796af0e Update alexa.markdown (#3545)
Fix minor typo
2017-10-07 16:02:52 +02:00
Florian Klien
dd51ad0df5 fixed double 'the' (#3447)
* fixed double 'the'

mostly 's/the the /the /', little style changes where 'is' or 'to' was missing

* removed duplicate words

removed duplicate words like 'to to', 'you you' or 'account account' etc.

a batch of pizza-toasts burnt for this.
2017-09-26 20:30:04 +02:00
Florian Klien
3f1972b97b fixed typos, spelling mistakes (#3436) 2017-09-25 22:26:17 +02:00
Paul Kline
fe876341f8 Includes 2 vital details to make Alexa work (#3331)
* Includes 2 vital details to make Alexa work

I spent several hours trying to figure out why this guide didn't work for me and it overlooked two very important things that must be done.

1. either forward 443 requests or change your serving port to 443
2. add "alexa:" to your configuration file. otherwise, the .../api/alexa?api_password=xxxxxxxxx will not exist.

* Minor changes
2017-09-08 09:15:43 +02:00
Franck Nijhof
b7438a4400 Review/Edit components starting with the letter A (#3220) 2017-08-22 13:06:01 +02:00
Steve Rhoades
9710aae082 Documentation for Launch Request support (#3104) 2017-08-13 10:12:34 +02:00
Paulus Schoutsen
80814f25ca update docs for intents (#3046)
* update docs for intents

* Fix alexa docs

* Fix api.ai reference
2017-07-23 23:17:13 -07:00
Scott Reston
7413b900f4 Added example to work around broken random filter (#2465)
Random filter in Jinja isn't currently working with lists. https://github.com/home-assistant/home-assistant/issues/5678
2017-04-22 14:08:16 +02:00
Nikolas Beutler
c73803e4ad typo
typo
2017-04-16 23:07:59 +02:00
Adrián López
af8353376c Fix example to work correctly (#1912) 2017-01-29 23:00:28 +01:00
Brian J King
d9ad86e927
Fixing broken formatting on Alexa component page (#1685)
Fixes broken formatting on [Alexa Component Page](https://home-assistant.io/components/alexa/) flash briefing skill
2017-01-14 11:01:49 +01:00
chris-thorn
4edabe533e Update alexa.markdown (#1585)
Changed "but" to "put" on line 293
2016-12-13 12:13:51 +01:00
Fabian Affolter
e05b408b9d
Add ha_release 2016-11-23 08:24:39 +01:00
Robbie Trencheny
50241d0df2 Re-add api_password 2016-10-27 11:09:32 -07:00
jumpkick
dbd78b4b99 Updates to Alexa Flash Briefing documentation
- Clarify configuration steps
- Remove reference to YOUR_API_PASSWORD from flash briefing since its not needed and there's no explanation what this value is for
- Add note that Amazon won't make calls to non-standard http ports for flash briefings
- Add some info on how to enable the briefing once it's been created
2016-10-27 00:05:33 -04:00
Fabian Affolter
d6e8bc07b3
Add missing {% endraw %} 2016-10-23 00:20:49 +02:00
Robbie Trencheny
72cac8717e Add Alexa Flash Briefing docs (#1299) 2016-10-23 00:19:25 +02:00
Fares Rihani
36c60ffd19 Consolidated spelling fixes. ref #1052 (#1132)
* Consolidated spelling fixes. ref #1052
2016-10-05 10:17:36 +02:00
Anastasia A
523ff531c5 Update alexa.markdown (#1056)
Fix typo in `Alexa / Amazon Echo`
2016-10-02 21:05:40 +02:00
Robbie Trencheny
5a87799e94 Update Amazon Echo docs to remove reference to Haaska and instead reference Emulated Hue 2016-08-30 14:55:32 -07:00
Paulus Schoutsen
5f1b5997da Upgrade ruby/jekyll/style 2016-08-22 01:01:17 -07:00
devdelay
7248996ae5 correct script utterance (#575) 2016-06-21 16:38:38 +02:00
Paulus Schoutsen
1f40fdb09d 0.22 (#570)
* Initial snmp sensor docs (#538)

* Fixed markdown and added logo (#551)

* Added documentation for router operating mode for asuswrt (#545)

* local_file camera component documenatation (#554)

* Documenation for local_file camera component

* Update camera.local_file.markdown

* Added information about voltage sensor

* Instructions for Pandora media player (#552)

* Add release

* Add pub_key

* Add BT Home Hub docs

* Markdown tweaks (#553)

* Add docs about MySensors IR switch (#556)

* Update sensor.mysensors docs, about moving V_IR_SEND type to switch
  platform.
* Update switch.mysensors docs. Add section about the new service and
  additional example sketch for the IR switch device.

* Update index.html

* plex sensor (#526)

* Add var descriptions

* Adds documentation for the Local File Camera (#482)

* Revert "Adds documentation for the Local File Camera" (#563)

* Minor changes

* Add Wink Rollershutter (#559)

* Added example of using template in shell_command. (#547)

* Add Documentation for Netatmo Welcome (#542)

* Reorganize  documentation for Netatmo

As Netatmo is now a Hub component, documentations has been splitted in several
parts betweent the hub, the sensors and the camera

Signed-off-by: Hugo D. (jabesq) <jabesq@gmail.com>

* Add configuration variables for Netatmo Welcome cameras

* Add ha_release information on new documentation pages

* Netatmo Weather Station is a weather sensor

* Add blog post 0.22
2016-06-18 13:24:52 -07:00
Andrew Cockburn
da78688ce1 Add scene script and response examples to Alexa page (#569) 2016-06-18 12:12:52 -07:00
Paulus Schoutsen
47f1faba17 Update alexa.markdown 2016-05-27 17:35:13 -07:00
Paulus Schoutsen
4be4102776 Update script docs 2016-05-01 19:25:52 +02:00
Robbie Trencheny
8ed8e53831 Merge pull request #358 from robbiet480/change-featured-page
Add 5 new items to the featured page
2016-03-29 21:17:47 -07:00
Robbie Trencheny
80c51685b9 Add 5 new items to the featured page 2016-03-29 21:12:09 -07:00
Robbie Trencheny
1899a305fe Remove Alexa from featured page 2016-03-29 21:10:50 -07:00
Robbie Trencheny
3de7a8124b Improve the Alexa documentation to explain differences between built-in and Haaska. 2016-03-29 19:10:33 -07:00
Paulus Schoutsen
6dc004875c Move templates to new topics section 2016-03-12 16:03:57 -08:00
Paulus Schoutsen
cc8e5f5685 Remove component layout page 2016-02-07 14:20:52 -08:00
Paulus Schoutsen
bd1b46fade Add 0.11 release blog post 2016-01-17 17:02:47 -08:00
Paulus Schoutsen
98cabf4099 Responsive YouTube embeds 2015-12-22 09:14:03 -08:00
Paulus Schoutsen
61192ae960 Finalize release 0.10 blogpost 2015-12-22 01:38:06 -08:00
Paulus Schoutsen
988311ab39 Add Alexa docs 2015-12-13 13:13:31 -08:00