Initial voice_history addon
This commit is contained in:
commit
d870cb0d82
7 changed files with 210 additions and 0 deletions
18
voice_history/config.yaml
Normal file
18
voice_history/config.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
name: Voice History
|
||||
description: Capture HA voice pipeline transcripts + responses into input_text helpers
|
||||
version: "0.1.0"
|
||||
slug: voice_history
|
||||
init: false
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
startup: services
|
||||
boot: auto
|
||||
hassio_api: true
|
||||
homeassistant_api: true
|
||||
options:
|
||||
ha_url: "http://supervisor/core"
|
||||
pipeline_id: "01krvc3027p3fxaemtfz512tfm"
|
||||
schema:
|
||||
ha_url: str
|
||||
pipeline_id: str
|
||||
Loading…
Add table
Add a link
Reference in a new issue