23 lines
765 B
Markdown
23 lines
765 B
Markdown
# LedGrab
|
|
|
|
Ambient lighting system that captures screen content and drives LED strips in real time.
|
|
|
|
This is an umbrella repository that references both LedGrab components as git submodules:
|
|
|
|
| Submodule | Description |
|
|
|-----------|-------------|
|
|
| [led-grab](https://git.dolgolyov-family.by/alexei.dolgolyov/ledgrab) | Main application — FastAPI server, web dashboard, device drivers |
|
|
| [led-grab-haos-integration](https://git.dolgolyov-family.by/alexei.dolgolyov/ledgrab-haos-integration) | Home Assistant custom integration (HACS-compatible) |
|
|
|
|
## Clone with submodules
|
|
|
|
```bash
|
|
git clone --recurse-submodules https://git.dolgolyov-family.by/alexei.dolgolyov/ledgrab-mixed.git
|
|
```
|
|
|
|
Or, if already cloned:
|
|
|
|
```bash
|
|
git submodule update --init --recursive
|
|
```
|