Alex
382a3d74b4
SPEAKVOL of 0 leaves the volume setting untouched
2020-02-03 22:05:50 +01:00
Alex
dfe4c336c4
Updated README
2020-02-03 22:04:04 +01:00
Alex
b23043f58e
SPEAKVOL of 0 leaves the volume setting untouched
2020-02-03 21:58:45 +01:00
Alex
b41e2ed0bd
Merge pull request #6 from thorsten-gehrig/master
...
Sync with Head
2020-01-23 21:34:19 +01:00
Alex
c3aff91556
Merge pull request #84 from christianTF/master
...
Added -login command
2020-01-23 21:28:42 +01:00
Christian Fenzl
04bacd4743
Added -login command
...
Logs in to Amazon, but executes no further commands
2020-01-22 09:41:16 +01:00
Alex
9c33b54465
Merge pull request #82 from adn77/master
...
Added --version
2020-01-20 20:29:05 +01:00
Alex
de6ad4a337
Added --version
2020-01-20 20:28:05 +01:00
Alex
e6a1d31588
Merge pull request #80 from adn77/master
...
Fixed Notifications
2020-01-08 21:37:07 +01:00
Alex
bd7b500b26
Fixed Notifications
2020-01-08 21:34:53 +01:00
Alex
c8c5ed7c70
Merge pull request #79 from adn77/master
...
Enhanced TTS volume
2020-01-08 21:14:51 +01:00
Alex
4279441dc8
Merge branch 'master' into master
2020-01-08 21:14:30 +01:00
Alex
069ab20bed
Updated README
2020-01-03 23:49:27 +01:00
Alex
e021b723a4
Added current volume level
2020-01-03 23:42:59 +01:00
Alex
fe5e8ecfdd
Re-worked the TTS volume setting
2019-12-30 22:51:36 +01:00
Alex
5711a0418d
PR #77 from adn77/master
...
Routines can now be triggered by either name or utterance
2019-12-23 21:28:18 +01:00
Alex
d4d6c608bd
Routines can now be triggered by either name or utterance
2019-12-23 20:39:01 +01:00
Alex
9ab7dadd34
PR #68 from martinweu/master
...
Add query notifications
2019-11-18 13:50:50 +01:00
Alex
d25f2dd1d9
Merge pull request #72 from adn77/master
...
Increased # of routines downloaded
2019-11-18 13:49:02 +01:00
Alex
82b366b64f
Increased # of routines downloaded
2019-11-18 13:39:18 +01:00
Martin Weber
d9c9a02bf3
fix missing change in plain
2019-08-25 17:53:37 +02:00
Martin Weber
834c7785fe
add linebreak
2019-08-25 17:50:27 +02:00
Martin Weber
bf69335aee
also add notifications in plain
2019-08-25 17:48:35 +02:00
Martin Weber
045458d837
adapt readme
2019-08-25 17:20:59 +02:00
Martin Weber
22f87e8e10
extend alexa script with notification info
2019-08-25 17:18:04 +02:00
Alex
29db89d16d
Merge pull request #66 from adn77/master
...
Added Volume setting via routine, and $SPEAKVOL
2019-08-05 21:36:30 +02:00
Alex
eb5232c4d5
Updated README
2019-08-05 21:33:45 +02:00
Alex
b4bab22234
Added Volume setting via routine, and $SPEAKVOL
2019-08-05 21:31:11 +02:00
Alex
0b8f84c490
PR #60 from adn77/master
...
Added MFA
2019-07-08 23:42:41 +02:00
Alex
5e29a1839d
Merge pull request #5 from adn77/MFA-fix
...
Fixed spelling
2019-07-08 23:40:46 +02:00
Alex
dbc2c1e7a8
Fixed spelling
2019-07-08 23:39:09 +02:00
Alex
33eedf6075
Merge pull request #4 from adn77/MFA
...
Added MFA
2019-07-08 23:36:13 +02:00
Alex
cec4811d38
Explained MFA
2019-07-08 23:33:52 +02:00
Alex
7a7836e9b5
Explained MFA
2019-07-08 23:25:41 +02:00
Alex
752cd51e8e
cleaned up oathtool config
2019-07-08 22:41:22 +02:00
Alex
ca7a12deb1
Made oathtool configurable
2019-07-08 21:12:09 +02:00
Alex
7a69d45dad
Merge branch 'rich-gepp-master' into MFA
2019-07-08 20:59:00 +02:00
Alex
e262d8d17a
Resolved merge conflict
2019-07-08 20:58:41 +02:00
Alex
7ed8c475cf
Merge pull request #56 from adn77/master
...
Multiple tries to retrieve CSRF
2019-06-28 23:14:52 +02:00
Alex
8162ab9285
Multiple tries to retrieve CSRF
...
Try to get CSRF on three different URLS
2019-06-28 23:14:00 +02:00
Alex
3df23befea
Merge pull request #53 from adn77/master
...
Adapted changed CSRF handling
2019-06-18 21:02:46 +02:00
Alex
1c7d55e56c
Adapted changed CSRF handling
2019-06-18 21:00:36 +02:00
Alex
2719d795c9
Adapted changed CSRF handling
2019-06-18 20:59:17 +02:00
rich-gepp
01e1ff0e5d
Merge pull request #1 from rich-gepp/mfa
...
Optionally support Multi-Factor Authentication by allowing
(SET_)MFA_SECRET to be configured to contain the Amazon MFA secret.
If Amazon is configured to use Two-Step Verification, additionally supplying a one-time password in the authentication data, by-passes CAPTCHA verification.
Support has been added in a backwards-compatible way by allowing the MFA secret to be optionally configured. If the MFA secret is configured then 'oathtool' is used to generate the one-time password.
2019-03-24 22:00:10 +00:00
Richard Gepp
21f3ab20d0
Added support for Multi-Factor Authentication
...
Changed comment to use 'OTP' rather than 'HOTP'.
2019-03-24 21:31:48 +00:00
Richard Gepp
81ec828170
Added support for Multi-Factor Authentication
...
Optionally support Multi-Factor Authentication by allowing
(SET_)MFA_SECRET to be configured to contain the Amazon MFA secret.
Some general tidying up to make string literals consistent (single-
quotes) and match whitespace because I'm fussy. ;-)
2019-03-24 19:02:20 +00:00
Alex
05a7bb8fcf
Merge pull request #43 from adn77/master
...
reduced the number of replaced characters for TTS and automation
2019-02-14 20:52:49 +01:00
Alex
0fa01ea2d0
reduced the number of replaced characters for TTS and automation
2019-02-14 20:52:11 +01:00
Alex
6e07eadf75
Merge pull request #41 from adn77/master
...
Fix locale setting on TTS
2019-02-11 00:15:31 +01:00
Alex
ce3995e881
Fix locale setting on TTS
2019-02-11 00:14:48 +01:00