Skip to content

Commit

Permalink
Fix Links to Key Chaining Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jaruba committed Mar 3, 2020
1 parent 91fd0df commit d2be725
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Edit it by adding the following lines:
You can also chain KEYS, example: '{"TV": "KEY_SOURCES+KEY_ENTER"}'<br/>
And even add delays (in milliseconds) between sending KEYS, example:<br/>
'{"TV": "KEY_SOURCES+500+KEY_ENTER"}'<br/>
Resources: [key codes](./Key_codes.md) / [key patterns](./Key_chaining)<br/>
Resources: [key codes](./Key_codes.md) / [key patterns](./Key_chaining.md)<br/>
**Warning: changing input source with voice commands only works if you set the device name in `source_list` as one of the whitelisted words that can be seen on [this page](https://web.archive.org/web/20181218120801/https://developers.google.com/actions/reference/smarthome/traits/modes#mode-settings) (under "Mode Settings")**<br/>

**app_list:**<br/>
Expand Down
2 changes: 1 addition & 1 deletion info.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Edit it by adding the following lines:
You can also chain KEYS, example: '{"TV": "KEY_SOURCES+KEY_ENTER"}'<br/>
And even add delays (in milliseconds) between sending KEYS, example:<br/>
'{"TV": "KEY_SOURCES+500+KEY_ENTER"}'<br/>
Resources: [key codes](./Key_codes.md) / [key patterns](./Key_chaining)<br/>
Resources: [key codes](./Key_codes.md) / [key patterns](./Key_chaining.md)<br/>
**Warning: changing input source with voice commands only works if you set the device name in `source_list` as one of the whitelisted words that can be seen on [this page](https://web.archive.org/web/20181218120801/https://developers.google.com/actions/reference/smarthome/traits/modes#mode-settings) (under "Mode Settings")**<br/>

**app_list:**<br/>
Expand Down

0 comments on commit d2be725

Please sign in to comment.