feat: umbrella repo with submodules for LedGrab app and HA integration
This commit is contained in:
@@ -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
|
||||||
@@ -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
Submodule
+1
Submodule led-grab-haos-integration added at 579553a850
Reference in New Issue
Block a user