- Rename "WLED Grab" to "LED Grab" across all files (title, logs, locales) - Merge Devices and Targets into a single Targets tab with WLED sub-tab containing Devices and Targets sections (like Sources tab pattern) - Make target card source name label full-width - Render engine template config as two-column key-value grid - Update CLAUDE.md: no server restart needed for frontend-only changes Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 lines
155 B
Python
6 lines
155 B
Python
"""LED Grab - Ambient lighting based on screen content."""
|
|
|
|
__version__ = "0.1.0"
|
|
__author__ = "Alexei Dolgolyov"
|
|
__email__ = "dolgolyov.alexei@gmail.com"
|