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

@@ -1556,7 +1556,7 @@
<span class="firmwareStepBadge">1</span>
<div>
<h3>Firmware YAML</h3>
<p>Choose the VoicePE or Sat1 YAML to build from the shared firmware repo.</p>
<p>Choose a Tater firmware YAML to build from the shared firmware repo.</p>
</div>
</div>
</div>

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")