forked from tonesto7/echo-speaks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
installerManifest.json
62 lines (62 loc) · 2.61 KB
/
installerManifest.json
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
{
"namespace": "tonesto7",
"repoOwner": "tonesto7",
"repoName": "echo-speaks",
"repoBranch": "master",
"name": "Echo Speaks",
"author": "Anthony S.",
"description": "Integrate your Amazon Echo devices into your Smart Home environment to create virtual Echo Devices. This allows you to speak text, make announcements, control media playback including volume, and many other Alexa features. ES now includes Actions app and Zones.",
"category": "My Apps",
"bannerUrl": "https://raw.githubusercontent.com/tonesto7/echo-speaks/master/resources/icons/echo_speaks_3.1x.png",
"forumUrl": "https://community.smartthings.com/t/release-echo-speaks/",
"docUrl": "https://tonesto7.github.io/echo-speaks-docs/",
"releaseType": "production",
"keywords": [
"amazon",
"alexa",
"voice",
"assistant",
"echo"
],
"notes": "Nothing to show here (yet)",
"smartApps": {
"parent": {
"name": "Echo Speaks",
"iconUrl": "https://raw.githubusercontent.com/tonesto7/echo-speaks/master/resources/icons/echo_speaks.1x.png",
"published": true,
"oAuth": true,
"version": "3.6.3.1",
"appSettings": {},
"appUrl": "smartapps/tonesto7/echo-speaks.src/echo-speaks.groovy"
},
"children": [{
"name": "Echo Speaks - Actions",
"iconUrl": "https://raw.githubusercontent.com/tonesto7/echo-speaks/master/resources/icons/es_actions.png",
"published": true,
"oAuth": false,
"version": "3.6.3.1",
"appSettings": {},
"appUrl": "smartapps/tonesto7/echo-speaks-actions.src/echo-speaks-actions.groovy",
"optional": false
},
{
"name": "Echo Speaks - Zones",
"iconUrl": "https://raw.githubusercontent.com/tonesto7/echo-speaks/master/resources/icons/es_groups.png",
"published": true,
"oAuth": false,
"version": "3.6.3.1",
"appSettings": {},
"appUrl": "smartapps/tonesto7/echo-speaks-zones.src/echo-speaks-zones.groovy",
"optional": false
}
]
},
"deviceHandlers": [{
"name": "Echo Speaks Device",
"iconUrl": "https://raw.githubusercontent.com/tonesto7/echo-speaks/master/resources/icons/echo_dot_gen1.png",
"published": true,
"version": "3.6.3.1",
"appUrl": "deviceTypes/tonesto7/echo-speaks-device.src/echo-speaks-device.groovy",
"optional": false
}]
}