feat: umbrella repo with submodules for LedGrab app and HA integration

This commit is contained in:
2026-04-12 22:47:21 +03:00
commit 1bc1f6b48b
4 changed files with 30 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
[submodule "led-grab"]
path = led-grab
url = https://git.dolgolyov-family.by/alexei.dolgolyov/ledgrab.git
[submodule "led-grab-haos-integration"]
path = led-grab-haos-integration
url = https://git.dolgolyov-family.by/alexei.dolgolyov/ledgrab-haos-integration.git
+22
View File
@@ -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
```
Submodule
+1
Submodule led-grab added at 02cd9d519c