alexa-house-control/skill.template.json

53 lines
1.5 KiB
JSON

{
"manifest": {
"apis": {
"custom": {
"endpoint": {
"uri": "{{LAMBDA_ARN}}"
},
"interfaces": []
}
},
"manifestVersion": "1.0",
"publishingInformation": {
"locales": {
"en-US": {
"name": "House Water Control",
"summary": "Control water recirculation on your Rinnai tankless water heater",
"description": "This skill allows you to start water recirculation on your Rinnai tankless water heater by voice command. Just say \"Alexa, ask house to start the hot water\" to begin a 15-minute recirculation cycle.",
"examplePhrases": [
"Alexa, ask house to start the hot water",
"Alexa, ask house to heat the water",
"Alexa, ask house to start recirculation"
],
"keywords": [
"water heater",
"rinnai",
"recirculation",
"hot water",
"tankless"
]
}
},
"isAvailableWorldwide": false,
"testingInstructions": "Sample testing instructions.",
"category": "SMART_HOME",
"distributionCountries": [
"US"
]
},
"privacyAndCompliance": {
"allowsPurchases": false,
"usesPersonalInfo": false,
"isChildDirected": false,
"isExportCompliant": true,
"containsAds": false,
"locales": {
"en-US": {
"privacyPolicyUrl": "",
"termsOfUseUrl": ""
}
}
}
}
}