Skip to content

Commit

Permalink
Initial testing for use the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
coldfire84 committed Jan 9, 2020
1 parent d410f23 commit 9998747
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ views/fragments/de/privacy-policy.ejs
views/fragments/de/terms-of-service.ejs
views/fragments/es/privacy-policy.ejs
views/fragments/es/terms-of-service.ejs
src/test/test-public-apis.js
src/test/test-public-apis.js
.vscode/settings.json
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"markdown",
"latex",
"plaintext"
]
],
"restructuredtext.confPath": ""
}
17 changes: 17 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Introduction

Node-RED Smart Home Control enables you to quickly bring voice-control to your Node-RED flows, using Amazon Alexa and/ or Google Assistant.

## Getting Started

Before you can use this service with Alexa or Google Home you need to:
* Create and verify an [account.](https://red.cb-net.co.uk/new-user)
* Define one or more [devices.](https://red.cb-net.co.uk/devices)
* Install the associated [Node-RED nodes.](#InstallNode-REDNodes)
* Setup Node-RED flows using your devices.

## Install Node-RED Nodes

Install the Node-RED Nodes by either:
* Using the palette look for "node-red-contrib-alexa-smart-home"
* Using the command: npm i node-red-contrib-alexa-smart-home

0 comments on commit 9998747

Please sign in to comment.