forked from corouteam/Assistant-Candy-Dispenser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkeywords.yaml
68 lines (67 loc) · 1.66 KB
/
keywords.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Keywords are certain specific word/words that must be present in the user query/command to trigger the custom action.
# Feel free to modify, but make sure that each custom action has unique keyword.
# CHANGE THE WORD PRESENT WITHIN THE QUOTES ONLY. DO NOT ALTER OTHERS
Keywords:
# Magic Mirror
Magic_mirror:
- 'magic mirror'
# Sending recipe to mobile devices
Recipe_pushbullet:
- 'ingredients'
# Kickstarter campaign tracking
Kickstarter_tracking:
- 'kickstarter'
# Pi power off, servo control and Pi GPIO control
Pi_GPIO_control:
- 'give me'
# Stream songs from YouTube
YouTube_music_stream:
- 'stream'
# Stop music and radio playback
Stop_music:
- 'stop'
# ESP control
ESP_control:
- 'wireless'
# Parcel tracking
Parcel_tracking:
- 'parcel'
# RSS feed playback
RSS:
- 'feed'
- 'quote'
# Kodi actions
Kodi_actions:
- 'on kodi'
# Music pause/resume
Pause_resume:
- 'pause music'
- 'resume music'
# Change tracks
Track_change:
Next:
- 'play next'
- 'play next track'
- 'play next song'
Previous:
- 'play previous'
- 'play previous track'
- 'play previous song'
#Control music/vlc volume
VLC_music_volume:
- 'music volume'
# Refresh music lists. Both the words given below should be present in the command issued.
Music_index_refresh:
- 'refresh'
- 'music'
# Streaming music from google music
Google_music_streaming:
- 'google music'
# Streaming music from spotify
Spotify_music_streaming:
- 'spotify'
# Streaming music from gaana
Gaana_music_streaming:
- 'gaana.com'
Deezer_music_streaming:
- 'deezer'