From fe9510ed6a21a4010c9f6e2fc1479b4ecfb079e0 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Mon, 10 Aug 2026 14:06:01 +0300 Subject: [PATCH] docs: improve README Generated by qwen3.6-35b-a3b via local API. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 51a9d8c..c37ce81 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # OpenCode Webhooks [![CI](https://github.com/zenibako/opencode-webhooks/actions/workflows/ci.yml/badge.svg)](https://github.com/zenibako/opencode-webhooks/actions/workflows/ci.yml) @@ -336,6 +338,7 @@ The `examples/` directory contains ready-to-use configurations: - **[slack-workflow.ts](./examples/slack-workflow.ts)** - Slack Workflow Builder integration - **[slack-workflow-ratelimited.ts](./examples/slack-workflow-ratelimited.ts)** - Slack with rate limiting & queuing - **[custom-webhook.ts](./examples/custom-webhook.ts)** - Custom webhook endpoint +- **[home-assistant.ts](./examples/home-assistant.ts)** - Home Assistant automation integration - **[local-dev.ts](./examples/local-dev.ts)** - Local development setup Simply copy an example to `~/.config/opencode/plugin/`, edit the configuration, and restart OpenCode.