Add new ReSpeaker firmware flasher templates

This commit is contained in:
MasterPhooey
2026-05-19 15:49:57 -05:00
parent 6a0d60d569
commit 04249f414d
2 changed files with 28 additions and 1 deletions

View File

@@ -119,6 +119,33 @@ FIRMWARE_TEMPLATE_SPECS = (
"fixed_keys": {"node_name"},
"auto_keys": {"ha_voice_ip"},
},
{
"key": "respeaker_lite",
"label": "ReSpeaker Lite (respeakerLite-TaterTimer.yaml)",
"path": "respeakerLite-TaterTimer.yaml",
"identity_key": "device_name",
"friendly_key": "friendly_name",
"fixed_keys": {"device_name"},
"auto_keys": {"ha_voice_ip"},
},
{
"key": "koala",
"label": "Koala Satellite (koala-TaterTimer.yaml)",
"path": "koala-TaterTimer.yaml",
"identity_key": "device_name",
"friendly_key": "friendly_name",
"fixed_keys": {"device_name"},
"auto_keys": {"ha_voice_ip"},
},
{
"key": "respeaker_xvf3800",
"label": "ReSpeaker XVF3800 (respeakerXVF3800-TaterTimer.yaml)",
"path": "respeakerXVF3800-TaterTimer.yaml",
"identity_key": "device_name",
"friendly_key": "friendly_name",
"fixed_keys": {"device_name"},
"auto_keys": {"ha_voice_ip"},
},
)
app = FastAPI(title="microWakeWord Personal Samples")