Skip to content

Commit

Permalink
Modify OAuth page to inlcude Google required permissions text
Browse files Browse the repository at this point in the history
Modify text in footer of devices page to reflect auto-update of Google Home with devices/ changes.

Minor reST documentation changes.
  • Loading branch information
coldfire84 committed Jan 31, 2020
1 parent 06db31c commit 4b67ac9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
**********
Introduction
**********
With 1200+ users, and 3500+ defined devices, available in 12 Amazon Alexa markets and due for launch (shortly!) in 11 Google Assistant markets, Node-RED Smart Home Control enables you to quickly bring voice-control to your Node-RED flows, using Amazon Alexa and/ or Google Assistant.
With 1300+ users, and 4000+ defined devices, available in 12 Amazon Alexa markets and due for launch (shortly!) in 11 Google Assistant markets, Node-RED Smart Home Control enables you to quickly bring voice-control to your Node-RED flows, using Amazon Alexa and/ or Google Assistant.

You can support the ongoing development and hosting costs of this service via PayPal or alternatively through the `GitHub Sponsors programme <https://github.com/coldfire84>`_.

Expand Down
3 changes: 2 additions & 1 deletion src/interfaces/views/pages/devices.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
<button type="button" class="btn btn-secondary" onclick="addDevice();">Add Device</button>
</div>
<br />
<p>After making any changes remember to ask Alexa to update devices it knows about by saying "Alexa, discover devices"</p>
<p>Google Home will automatically update with new devices, or changes to existing devices.</p>
<p>Amazon Alexa users need to manually to update devices, either via the Alexa App or by saying "Alexa, discover devices."</p>
</div>

<%- include('../fragments/device-modal'); -%>
Expand Down
5 changes: 3 additions & 2 deletions src/interfaces/views/pages/oauth.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@
<% });%>
</ul> -->
<% if (user) { %>
<p>Click <em>Authorise</em> to allow <%= application.title %> access to control your devices.</p>
<p>Click <em>Authorise</em> to allow <%= application.title %> permission to control your devices.</p>
<% } else { %>
<p>Please sign-in using your <a href='/'><span translate="no"><%= brand %></span></a> account in order to allow <%= application.title %> access to control your devices.</p>
<p>Please sign-in using your <a href='/'><span translate="no"><%= brand %></span></a> account</p>
<p>By linking your account you are giving <%= application.title %> permission to control your devices.</p>
<% } %>
<div>

Expand Down

0 comments on commit 4b67ac9

Please sign in to comment.