feat: umbrella repo with submodules for LedGrab app and HA integration
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user