Rename picture-targets to output-targets across entire codebase
Rename all Python modules, classes, API endpoints, config keys, frontend fetch URLs, and Home Assistant integration URLs from picture-targets to output-targets. Store loads both new and legacy JSON keys for backward compatibility with existing data files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -253,7 +253,7 @@ def test_get_target_metrics(processor_manager):
|
||||
|
||||
def test_target_type_detection(processor_manager):
|
||||
"""Test target type detection via processor instances."""
|
||||
from wled_controller.storage.key_colors_picture_target import KeyColorsSettings
|
||||
from wled_controller.storage.key_colors_output_target import KeyColorsSettings
|
||||
from wled_controller.core.processing.kc_target_processor import KCTargetProcessor
|
||||
from wled_controller.core.processing.wled_target_processor import WledTargetProcessor
|
||||
|
||||
|
||||
Reference in New Issue
Block a user