-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Language Validation, Device Geolocation, Bugfixes, Documentation
- Loading branch information
Showing
13 changed files
with
367 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Sorry, I don't {{io}} {{lang}}. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
speak |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
understand |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
australian,en-au | ||
british,en-uk | ||
mexican,es-mx | ||
ukrainian,uk-ua | ||
japanese,ja-jp | ||
finnish,fi-fi | ||
bulgarian,bg-bg | ||
romanian,ro-ro | ||
latvian,lv-lv | ||
gaelic,ga-ie | ||
irish,ga-ie | ||
greek,el-gr | ||
estonian,et-ee | ||
arabic,ar-sa | ||
chinese,zh-zh | ||
hindi,hi-in | ||
indonesian,id-id | ||
korean,ko-kr | ||
farsi,fa-ir | ||
slovak,sk-sk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
pytz>=2021.3 | ||
neon-utils>=0.17,<2.0.0,!=1.0.0 | ||
neon-utils~=1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,8 @@ | ||
skillMetadata: | ||
sections: | ||
- name: Clap Settings | ||
- name: Location Updates | ||
fields: | ||
- name: default_claps | ||
type: dict | ||
label: Default Claps | ||
value: { 1: '', 2: stop, 3: toggle belkin wemo outlet, 4: cycle desk lamp } | ||
- name: audio_claps | ||
type: dict | ||
label: Audio Claps | ||
value: { 1: '', 2: pause, 3: stop, 4: skip } | ||
- name: home_claps | ||
type: dict | ||
label: Home Control Claps | ||
value: { 1: '', 2: dim desk lamp temperature to 0, 3: toggle belkin wemo outlet, 4: cycle desk lamp } | ||
- name: Blink Settings | ||
fields: | ||
- name: default_blinks | ||
type: dict | ||
label: Default Blinks | ||
value: { 1: '', 2: toggle desk lamp, 3: unmute microphone, 4: turn off office lamp, 5: dim office lamp to 50 } | ||
- name: audio_blinks | ||
type: dict | ||
label: Audio Blinks | ||
value: { 1: '', 2: pause, 3: stop, 4: skip } | ||
- name: home_blinks | ||
type: dict | ||
label: Home Control Blinks | ||
value: { 1: '', 2: dim desk lamp temperature to 0, 3: toggle belkin wemo outlet, 4: cycle} | ||
- name: use_geolocation | ||
type: bool | ||
label: Automatically Set Location by IP Address | ||
value: false |
Oops, something went wrong.