This repository has been archived by the owner on Jul 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
agent.json
77 lines (77 loc) · 2.04 KB
/
agent.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"description": "Home Assistant custom action",
"language": "en",
"disableInteractionLogs": false,
"googleAssistant": {
"googleAssistantCompatible": true,
"welcomeIntentSignInRequired": false,
"startIntents": [
{
"intentId": "0e78d622-799a-4574-9320-aafd7d82ff99",
"signInRequired": false
},
{
"intentId": "15406c03-0683-462c-a13f-22ce24d0fdc9",
"signInRequired": false
},
{
"intentId": "271e3706-3473-41f2-b00d-35ab655966a4",
"signInRequired": false
},
{
"intentId": "2ae20151-473e-4bc4-a80c-56521dfe482d",
"signInRequired": false
},
{
"intentId": "695739be-b9a8-419a-8846-181b976a4337",
"signInRequired": false
},
{
"intentId": "a738d46b-8fdb-4905-ac45-1c5b7efcbbdf",
"signInRequired": false
},
{
"intentId": "a7ed27d0-9831-4526-aa6b-8a7f372eb424",
"signInRequired": false
},
{
"intentId": "ad2bd80a-3371-4459-9624-a539385930e3",
"signInRequired": false
},
{
"intentId": "e9e686d5-5876-4a99-882a-e6ace87a94ce",
"signInRequired": false
},
{
"intentId": "fede3cae-af08-4514-830b-117074869eac",
"signInRequired": false
}
],
"systemIntents": [],
"endIntentIds": [
"91fbbac3-a20c-450a-a2ad-b1e0fbbba968"
],
"oAuthLinking": {
"required": false,
"grantType": "AUTH_CODE_GRANT"
},
"voiceType": "MALE_1",
"capabilities": [],
"protocolVersion": "V2",
"autoPreviewEnabled": true
},
"defaultTimezone": "Europe/Kaliningrad",
"webhook": {
"url": "https://[HA-DNS]/api/appdaemon/home_control_google?api_password\u003d[AD-API-Password]",
"headers": {},
"available": true,
"useForDomains": false,
"cloudFunctionsEnabled": false,
"cloudFunctionsInitialized": false
},
"isPrivate": true,
"customClassifierMode": "use.after",
"mlMinConfidence": 0.3,
"supportedLanguages": [],
"enableOnePlatformApi": true
}