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:
@@ -5,7 +5,7 @@ from typing import List, Optional
|
||||
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
from .picture_targets import KeyColorRectangleSchema
|
||||
from .output_targets import KeyColorRectangleSchema
|
||||
|
||||
|
||||
class PatternTemplateCreate(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user