homeassistant-config/custom_components/watson_tts/manifest.json

14 lines
259 B
JSON
Raw Permalink Normal View History

{
"domain": "watson_tts",
"name": "IBM Watson TTS",
"documentation": "https://www.home-assistant.io/components/watson_tts",
"requirements": [
2019-11-30 16:57:04 +01:00
"ibm-watson==4.0.1"
],
"dependencies": [],
"codeowners": [
"@rutkai"
],
"version": "0.1"
}