mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-12-14 16:47:29 -06:00
No description
|
|
||
|---|---|---|
| .github | ||
| .vscode | ||
| credentials | ||
| icons | ||
| nodes/Wyoming | ||
| .gitignore | ||
| .prettierrc.js | ||
| CHANGELOG.md | ||
| CODE_OF_CONDUCT.md | ||
| eslint.config.mjs | ||
| LICENSE.md | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| README_TEMPLATE.md | ||
| tsconfig.json | ||
n8n-nodes-wyoming
n8n community nodes for Home Assistant Whisper add-on integration via the Wyoming protocol, enabling voice assistant capabilities in n8n workflows.
Features
- Speech-to-Text - Transcribe audio using Home Assistant Whisper add-on
Installation
Install via npm:
npm install n8n-nodes-wyoming
Or install directly in n8n via the Community Nodes menu.
Usage
- Add Wyoming credentials with your Home Assistant Whisper server host and port (default: 10300)
- Use the Wyoming node in your workflow
- Connect audio input (binary data) to the node
- Get transcription results as JSON output
Supported Services
This node is designed to work with:
- Home Assistant Whisper Add-on - Primary target
Development
npm install
npm run dev