Skip to content

Commit

Permalink
Fix for #572
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 committed Jul 7, 2023
1 parent 22ab646 commit e8db09f
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 41 deletions.
76 changes: 38 additions & 38 deletions Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,46 +2,46 @@ Installation and Configuration of Homebridge Alexa
==================================================

<!--ts-->
- [Installation and Configuration of Homebridge Alexa](#installation-and-configuration-of-homebridge-alexa)
- [Setup Instructions](#setup-instructions)
- [Create Homebridge-Alexa Cloud Services Account](#create-homebridge-alexa-cloud-services-account)
- [Install and Configure the Plugin](#install-and-configure-the-plugin)
- [Installation in Homebridge UI](#installation-in-homebridge-ui)
- [Configuration in Homebridge UI](#configuration-in-homebridge-ui)
- [Enabling and linking the Homebridge Smart Home Skill](#enabling-and-linking-the-homebridge-smart-home-skill)
- [Viewing Account Status](#viewing-account-status)
- [Advanced Setup Instructions, including advanced configuration options](#advanced-setup-instructions-including-advanced-configuration-options)
- [Prepare Homebridge for plugin installation](#prepare-homebridge-for-plugin-installation)
- [Install Plugin](#install-plugin)
- [Create homebridge-alexa account](#create-homebridge-alexa-account)
- [HomeBridge-alexa plugin configuration](#homebridge-alexa-plugin-configuration)
- [Required Settings](#required-settings)
- [Optional Settings](#optional-settings)
- [debug](#debug)
- [pin](#pin)
- [routines](#routines)
- [deviceList \& deviceListHandling - Filtering of devices by name, either allow or allow](#devicelist--devicelisthandling---filtering-of-devices-by-name-either-allow-or-allow)
- [Advanced Settings](#advanced-settings)
- [CloudTransport - Cloud Server Connection Transport](#cloudtransport---cloud-server-connection-transport)
- [keepalive - Cloud Server Connection Keepalive](#keepalive---cloud-server-connection-keepalive)
- [refresh - Accessory Cache Refresh Interval](#refresh---accessory-cache-refresh-interval)
- [filter - Homebridge Instance Filter](#filter---homebridge-instance-filter)
- [mergeServiceName - Alternate device naming](#mergeservicename---alternate-device-naming)
- [blind](#blind)
- [door](#door)
- [Speaker Settings](#speaker-settings)
- [speakers](#speakers)
- [Combine Accessories](#combine-accessories)
- [combine](#combine)
- [Inputs](#inputs)
- [Apple TV](#apple-tv)
- [Yamaha Spotify Controls](#yamaha-spotify-controls)
- [Initial Testing and confirming configuration](#initial-testing-and-confirming-configuration)
- [Enable Homebridge smarthome skill and link accounts](#enable-homebridge-smarthome-skill-and-link-accounts)
- [Discover Devices](#discover-devices)
* [Installation and Configuration of Homebridge Alexa](#installation-and-configuration-of-homebridge-alexa)
* [Setup Instructions](#setup-instructions)
* [Create Homebridge-Alexa Cloud Services Account](#create-homebridge-alexa-cloud-services-account)
* [Install and Configure the Plugin](#install-and-configure-the-plugin)
* [Installation in Homebridge UI](#installation-in-homebridge-ui)
* [Configuration in Homebridge UI](#configuration-in-homebridge-ui)
* [Enabling and linking the Homebridge Smart Home Skill](#enabling-and-linking-the-homebridge-smart-home-skill)
* [Viewing Account Status](#viewing-account-status)
* [Advanced Setup Instructions, including advanced configuration options](#advanced-setup-instructions-including-advanced-configuration-options)
* [Prepare Homebridge for plugin installation](#prepare-homebridge-for-plugin-installation)
* [Install Plugin](#install-plugin)
* [Create homebridge-alexa account](#create-homebridge-alexa-account)
* [HomeBridge-alexa plugin configuration](#homebridge-alexa-plugin-configuration)
* [Required Settings](#required-settings)
* [Optional Settings](#optional-settings)
* [debug](#debug)
* [pin](#pin)
* [routines](#routines)
* [deviceList &amp; deviceListHandling - Filtering of devices by name, either allow or allow](#devicelist--devicelisthandling---filtering-of-devices-by-name-either-allow-or-allow)
* [Advanced Settings](#advanced-settings)
* [CloudTransport - Cloud Server Connection Transport](#cloudtransport---cloud-server-connection-transport)
* [keepalive - Cloud Server Connection Keepalive](#keepalive---cloud-server-connection-keepalive)
* [refresh - Accessory Cache Refresh Interval](#refresh---accessory-cache-refresh-interval)
* [filter - Homebridge Instance Filter](#filter---homebridge-instance-filter)
* [mergeServiceName - Alternate device naming](#mergeservicename---alternate-device-naming)
* [blind](#blind)
* [door](#door)
* [Speaker Settings](#speaker-settings)
* [speakers](#speakers)
* [Combine Accessories](#combine-accessories)
* [combine](#combine)
* [Inputs](#inputs)
* [Apple TV](#apple-tv)
* [Yamaha Spotify Controls](#yamaha-spotify-controls)
* [Initial Testing and confirming configuration](#initial-testing-and-confirming-configuration)
* [Enable Homebridge smarthome skill and link accounts](#enable-homebridge-smarthome-skill-and-link-accounts)
* [Discover Devices](#discover-devices)

<!-- Created by https://github.com/ekalinin/github-markdown-toc -->
<!-- Added by: sgracey, at: Thu 26 Jan 2023 22:11:34 EST -->
<!-- Added by: sgracey, at: Fri 7 Jul 2023 10:05:41 EDT -->

<!--te-->

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Country availability - The plugin is available in these countries, English (AU),
* [Credits](#credits)

<!-- Created by https://github.com/ekalinin/github-markdown-toc -->
<!-- Added by: sgracey, at: Thu 26 Jan 2023 22:11:33 EST -->
<!-- Added by: sgracey, at: Fri 7 Jul 2023 10:05:40 EDT -->

<!--te-->

Expand Down
2 changes: 1 addition & 1 deletion Troubleshooting.MD
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* [[Alexa] ERROR: Event gateway token refresh error: 400](#alexa-error--event-gateway-token-refresh-error-400)

<!-- Created by https://github.com/ekalinin/github-markdown-toc -->
<!-- Added by: sgracey, at: Thu 26 Jan 2023 22:11:33 EST -->
<!-- Added by: sgracey, at: Fri 7 Jul 2023 10:05:40 EDT -->

<!--te-->

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-alexa",
"version": "0.6.5",
"version": "0.6.6",
"description": "Control your Homebridge devices with Amazon Alexa.",
"main": "plugin.js",
"scripts": {
Expand Down

0 comments on commit e8db09f

Please sign in to comment.