Factored Client code out & implemented LIRC network listener

This commit is contained in:
Martin Bauer
2019-06-19 19:22:06 +02:00
parent 20f43f4294
commit 1a746d1438
9 changed files with 322 additions and 70 deletions

View File

@@ -0,0 +1,12 @@
{
"domain": "watson_tts",
"name": "IBM Watson TTS",
"documentation": "https://www.home-assistant.io/components/watson_tts",
"requirements": [
"ibm-watson==3.0.3"
],
"dependencies": [],
"codeowners": [
"@rutkai"
]
}