30 Commits
Author SHA1 Message Date
CalebandGitHub fcd7f3b253 Merge branch 'nightscout:master' into master 2023-08-15 20:33:33 -06:00
CalebandGitHub 2320cf392e Merge pull request #24 from nightscout/master
update
2021-03-21 14:48:13 -06:00
CalebandGitHub db0646a842 Merge pull request #23 from nightscout/master
14.2.1 update
2021-02-21 19:58:09 -07:00
CalebandGitHub cc873d8127 Typo correction for translation (#6805) 2021-01-29 10:40:34 +02:00
85aea0fec5 Added sensor code transmitter ID fields (#6780)
* Copied #5442 - Duplicated @c-robertson's work

* Added tx id and sensor code to tooltip

* Added swagger docs for the new fields

* Added missing language keys

* Added new fields to sage plugin display

Co-authored-by: Sulka Haro <sulka@sulka.net>
2021-01-26 21:33:10 +02:00
CalebandGitHub 5aa98eeaf6 Implemented #6720 - Added es_ES template for Alexa (#6779) 2021-01-21 10:51:58 +02:00
CalebandGitHub 3c61266118 Removed duplicate translation key (#6699) 2021-01-02 12:28:03 +02:00
CalebandGitHub 773f89ec5a Added support for multiple uploaders in virtual assistant delta calculation (#6559)
* Added support for multiple uploaders in delta calculation

* Moved moment creation

* Moved delta stuff into bgnow plugin

* Typo

* Removed old implementation

* Removed accidental translations

* Added new translation key
2021-01-02 12:26:22 +02:00
CalebandGitHub 36809756d9 Typo correction (#6558) 2020-11-23 12:15:00 +02:00
CalebandGitHub ead1370490 Updated Alexa's intents because Amazon required new ones yet again. (#6457) 2020-11-12 09:11:12 +02:00
CalebandGitHub 775324174e Corrected setup of dbsize for virtual assistants (#6270)
* Corrected db size config for virtual assistants

* Language fix, improvements, added dbsize to virtAsst config

* Using env

* Added logging

* Debug logging

* Different logging

* More troubleshooting

* Another try

* Reverted stuff, added dbsize to server defaults

* Fixed test

* Fixed another test
2020-10-20 12:23:14 +03:00
CalebandGitHub 76b9de9a8e Use lodash.get() in virtual assistant API endpoints (v2) (#6199)
* Fixed #5632 - Improved value resolution

* More value resolution improvements

* Fixed a couple object paths
2020-10-20 11:57:36 +03:00
CalebandGitHub b6bde836c0 Fixed #5852 - Updated Google Home setup steps (#6195) 2020-10-05 17:04:02 +03:00
CalebandGitHub e004d03a25 Merge pull request #21 from nightscout/master
Update README.md
2020-10-04 23:51:50 -06:00
CalebandGitHub 86b35c2239 Merge pull request #20 from nightscout/master
Update
2020-09-30 10:48:59 -06:00
CalebandGitHub 6544a40052 Merge pull request #18 from nightscout/master
Update
2020-09-27 21:00:48 -06:00
CalebandGitHub a69379b6f1 Merge pull request #17 from nightscout/master
Update
2020-09-23 13:41:41 -06:00
CalebandGitHub e3ff4eeb8c Merge pull request #14 from nightscout/master
Update
2020-09-16 13:32:59 -06:00
CalebandGitHub 4d61845df7 Merge pull request #13 from nightscout/master
Update
2020-09-16 01:17:03 -06:00
CalebandGitHub 538fcdd24b Merge pull request #12 from nightscout/master
Update
2020-09-15 16:25:47 -06:00
CalebandGitHub 356a236ec1 Added documentation on the use of Alpha Testing (#5784) 2020-08-18 11:56:06 +03:00
CalebandSulka Haro 40986896e1 Virtual assistant code simplification (#5400)
* Moved duplicate plugin code to single location, and small improvements

* Defined _each()
2020-01-11 11:08:41 +00:00
CalebandSulka Haro 1c579a71cf Addressed virtual assistant usage with Authentication Roles (#5388)
* Fix #5347 - Addressed auth roles

* Unification
2020-01-01 11:22:13 +02:00
CalebandSulka Haro 4578e17d68 Release ref update v2 (#5301)
* Updated release name and number

* Added missing version number

* Added missing version number
2019-12-17 21:06:07 +02:00
CalebandSulka Haro a764412a88 Updated release name and number (#5280) 2019-12-14 14:14:31 +00:00
CalebandGitHub 378406be30 Merge pull request #10 from nightscout/dev
Dev update
2019-12-06 18:16:27 -07:00
CalebandGitHub bde4750b0e Merge pull request #9 from inventor96/update-virtual-assistants-v2
Update virtual assistants v2
2019-11-06 18:32:47 -07:00
CalebandPieterGit 30b88f6765 fix/feat: Update Alexa integration and add Google Home support (#4980)
* Copied work done by mdomox

* Updates and fixes to CONTRIBUTING.md

* Spacing unification

* One more fix for CONTRIBUTING.md

* Minor code formatting improvements

* One more time...

* Renamed Alexa stuff to virtAsst for generic-ness

* Corrected missed translate() text

* Updated googlehome plugin to mimic the alexa plugin

* Changed order of operations

* Fixed parameter referencing in googlehome

* Yet another CONTRIBUTING fix

* Removed extra google stuff

* Migrated standalone intents to MetricNow intent

* Simplified route handling

* Added logging

* Added forgotten path selector

* Separated instructions for adding virtual assistant support in a plugin

* A few typo fixes

* Improved logging

* Updated Google Home plugin instructions

* Attempt to trigger download of template file

* Small wording tweaks

* Updated Alexa plugin documentation

* Updated test files

* Re-added handler count tests so devs are prompted to write tests for new handlers

* Updated Alexa documentation

* Small typo fix

* Clarification

* Further clarifications and typos

* Added language info to Google Home plugin doc

* URL correction

* URL fix v2

* Wording clarification

* Ugh...

* Minor instruction fix

* Sub steps fix

* Fixed Alexa references in Google Home

* Added a couple steps for improved user experience

* One more forgotten step

* Updated pump reservoir handler to handle undefined values

* Updated titles and unknown-value responses

* Modified forecast responses to use translate()

* Updated tests

* Improved training phrases

* Wording improvements

* Google Home setup instruction corrections

* Corrected how metric selection is found
2019-10-21 14:09:49 +02:00
CalebandGitHub 5fa81e72ce Merge pull request #3 from nightscout/master
Update 10/16/19
2019-10-16 14:18:11 -07:00
CalebandGitHub d7671027cd Merge pull request #1 from nightscout/master
Update 2019-05-08
2019-07-30 16:46:50 -06:00