diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2024-06-06 06:23:57 +0400 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2024-06-06 06:23:57 +0400 |
commit | 4d0a5490042fdddcf5759e523682c1a02af2c3f1 (patch) | |
tree | e3e3f945771364d72e1e78c1f4a2bab34960d1a7 /.storage/assist_pipeline.pipelines | |
parent | 35e1d7fd0ee093c362de3663e0fccc049434565a (diff) | |
download | hass-4d0a5490042fdddcf5759e523682c1a02af2c3f1.tar.gz hass-4d0a5490042fdddcf5759e523682c1a02af2c3f1.tar.bz2 hass-4d0a5490042fdddcf5759e523682c1a02af2c3f1.tar.xz hass-4d0a5490042fdddcf5759e523682c1a02af2c3f1.zip |
Add cloud-related files (while unused now)
Diffstat (limited to '.storage/assist_pipeline.pipelines')
-rw-r--r-- | .storage/assist_pipeline.pipelines | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.storage/assist_pipeline.pipelines b/.storage/assist_pipeline.pipelines new file mode 100644 index 0000000..e2d0687 --- /dev/null +++ b/.storage/assist_pipeline.pipelines @@ -0,0 +1,24 @@ +{ + "version": 1, + "minor_version": 2, + "key": "assist_pipeline.pipelines", + "data": { + "items": [ + { + "conversation_engine": "conversation.home_assistant", + "conversation_language": "en", + "id": "01h66n07zn8px8wpq1q7pwwyak", + "language": "en", + "name": "Home Assistant Cloud", + "stt_engine": "cloud", + "stt_language": "en-US", + "tts_engine": "cloud", + "tts_language": "en-US", + "tts_voice": "JennyNeural", + "wake_word_entity": null, + "wake_word_id": null + } + ], + "preferred_item": "01h66n07zn8px8wpq1q7pwwyak" + } +}
\ No newline at end of file |