Replace profile targets with scene activation and searchable scene selector
Profiles now activate scene presets instead of individual targets, with configurable deactivation behavior (none/revert/fallback scene). The target checklist UI is replaced by a searchable combobox for scene selection that scales well with many scenes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -593,9 +593,18 @@
|
||||
"profiles.condition.mqtt.match_mode.contains": "Contains",
|
||||
"profiles.condition.mqtt.match_mode.regex": "Regex",
|
||||
"profiles.condition.mqtt.hint": "Activate when an MQTT topic receives a matching payload",
|
||||
"profiles.targets": "Targets:",
|
||||
"profiles.targets.hint": "Targets to start when this profile activates",
|
||||
"profiles.targets.empty": "No targets available",
|
||||
"profiles.scene": "Scene:",
|
||||
"profiles.scene.hint": "Scene preset to activate when conditions are met",
|
||||
"profiles.scene.search_placeholder": "Search scenes...",
|
||||
"profiles.scene.none_selected": "No scene",
|
||||
"profiles.scene.none_available": "No scenes available",
|
||||
"profiles.deactivation_mode": "Deactivation:",
|
||||
"profiles.deactivation_mode.hint": "What happens when conditions stop matching",
|
||||
"profiles.deactivation_mode.none": "None — keep current state",
|
||||
"profiles.deactivation_mode.revert": "Revert to previous state",
|
||||
"profiles.deactivation_mode.fallback_scene": "Activate fallback scene",
|
||||
"profiles.deactivation_scene": "Fallback Scene:",
|
||||
"profiles.deactivation_scene.hint": "Scene to activate when this profile deactivates",
|
||||
"profiles.status.active": "Active",
|
||||
"profiles.status.inactive": "Inactive",
|
||||
"profiles.status.disabled": "Disabled",
|
||||
@@ -609,8 +618,6 @@
|
||||
"profiles.created": "Profile created",
|
||||
"profiles.deleted": "Profile deleted",
|
||||
"profiles.error.name_required": "Name is required",
|
||||
"profiles.toggle_all.start": "Start all targets",
|
||||
"profiles.toggle_all.stop": "Stop all targets",
|
||||
"scenes.title": "Scenes",
|
||||
"scenes.add": "Capture Scene",
|
||||
"scenes.edit": "Edit Scene",
|
||||
|
||||
Reference in New Issue
Block a user