mirror of
https://github.com/sudoxreboot/groqd
synced 2026-04-14 11:36:49 +00:00
Add HACS badges and install instructions
This commit is contained in:
parent
c5b6f1d172
commit
97abaabea2
1 changed files with 24 additions and 3 deletions
27
README.md
27
README.md
|
|
@ -8,6 +8,15 @@
|
||||||
A Home Assistant custom integration for Groq Cloud with memory, web search, and link ingestion.
|
A Home Assistant custom integration for Groq Cloud with memory, web search, and link ingestion.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<a href="https://my.home-assistant.io/redirect/hacs_repository/?owner=sudoxreboot&repository=groqd&category=integration">
|
||||||
|
<img src="https://my.home-assistant.io/badges/hacs_repository.svg" alt="Add Repository to HACS" />
|
||||||
|
</a>
|
||||||
|
<a href="https://my.home-assistant.io/redirect/config_flow_start/?domain=groqd">
|
||||||
|
<img src="https://my.home-assistant.io/badges/config_flow_start.svg" alt="Configure integration" />
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
@ -19,11 +28,23 @@
|
||||||
- Rich generation controls (temperature, top_p, penalties, max tokens, response format)
|
- Rich generation controls (temperature, top_p, penalties, max tokens, response format)
|
||||||
|
|
||||||
## Install (HACS)
|
## Install (HACS)
|
||||||
1. Add this repo as a **Custom Repository** in HACS (type: Integration):
|
1. **Add** this repository to HACS (Integration):
|
||||||
|
|
||||||
|
[](https://my.home-assistant.io/redirect/hacs_repository/?owner=sudoxreboot&repository=groqd&category=integration)
|
||||||
|
|
||||||
|
Or copy this URL into HACS → Custom repositories:
|
||||||
|
|
||||||
`https://github.com/sudoxreboot/groqd`
|
`https://github.com/sudoxreboot/groqd`
|
||||||
2. Install `groqd`.
|
|
||||||
|
2. Install `groqd` in HACS.
|
||||||
3. Restart Home Assistant.
|
3. Restart Home Assistant.
|
||||||
4. Add the integration from **Settings → Devices & Services**.
|
|
||||||
|
## Configure
|
||||||
|
- **Click to add the integration:**
|
||||||
|
|
||||||
|
[](https://my.home-assistant.io/redirect/config_flow_start/?domain=groqd)
|
||||||
|
|
||||||
|
- Or go to **Settings → Devices & Services → + Add Integration** and search for `groqd`.
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
- Create a new groqd entry.
|
- Create a new groqd entry.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue