No description
Find a file
Igor Karpovich 4dbe1ec7c2
Merge pull request #3 from ikarpovich/feature/wyoming-credentials
Add Wyoming credentials and node skeleton
2025-12-08 07:52:13 +00:00
.github Add PR template and update gitignore 2025-12-08 07:36:19 +00:00
.vscode Add nodes generated by the Node CLI, update README (#96) 2025-10-16 09:44:41 +02:00
credentials Add Wyoming credentials and node skeleton 2025-12-08 07:48:05 +00:00
icons Add Wyoming credentials and node skeleton 2025-12-08 07:48:05 +00:00
nodes/Wyoming Add Wyoming credentials and node skeleton 2025-12-08 07:48:05 +00:00
.gitignore Add PR template and update gitignore 2025-12-08 07:36:19 +00:00
.prettierrc.js 🔧 Create Prettier config 2022-06-27 11:44:09 +02:00
CHANGELOG.md Add nodes generated by the Node CLI, update README (#96) 2025-10-16 09:44:41 +02:00
CODE_OF_CONDUCT.md update readme and add CoC 2022-08-11 10:18:01 +01:00
eslint.config.mjs Add Wyoming credentials and node skeleton 2025-12-08 07:48:05 +00:00
LICENSE.md readme template draft 2022-08-17 16:10:14 +01:00
package-lock.json Add Wyoming credentials and node skeleton 2025-12-08 07:48:05 +00:00
package.json Add Wyoming credentials and node skeleton 2025-12-08 07:48:05 +00:00
README.md Add Wyoming credentials and node skeleton 2025-12-08 07:48:05 +00:00
README_TEMPLATE.md docs: update section links (#71) 2025-05-16 12:19:17 +01:00
tsconfig.json Add nodes generated by the Node CLI, update README (#96) 2025-10-16 09:44:41 +02:00

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

  1. Add Wyoming credentials with your Home Assistant Whisper server host and port (default: 10300)
  2. Use the Wyoming node in your workflow
  3. Connect audio input (binary data) to the node
  4. Get transcription results as JSON output

Supported Services

This node is designed to work with:

Development

npm install
npm run dev

License

MIT