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": "Содержит",
|
||||
"profiles.condition.mqtt.match_mode.regex": "Регулярное выражение",
|
||||
"profiles.condition.mqtt.hint": "Активировать при получении совпадающего значения по MQTT топику",
|
||||
"profiles.targets": "Цели:",
|
||||
"profiles.targets.hint": "Цели для запуска при активации профиля",
|
||||
"profiles.targets.empty": "Нет доступных целей",
|
||||
"profiles.scene": "Сцена:",
|
||||
"profiles.scene.hint": "Пресет сцены для активации при выполнении условий",
|
||||
"profiles.scene.search_placeholder": "Поиск сцен...",
|
||||
"profiles.scene.none_selected": "Нет сцены",
|
||||
"profiles.scene.none_available": "Нет доступных сцен",
|
||||
"profiles.deactivation_mode": "Деактивация:",
|
||||
"profiles.deactivation_mode.hint": "Что происходит, когда условия перестают выполняться",
|
||||
"profiles.deactivation_mode.none": "Ничего — оставить текущее состояние",
|
||||
"profiles.deactivation_mode.revert": "Вернуть предыдущее состояние",
|
||||
"profiles.deactivation_mode.fallback_scene": "Активировать резервную сцену",
|
||||
"profiles.deactivation_scene": "Резервная сцена:",
|
||||
"profiles.deactivation_scene.hint": "Сцена для активации при деактивации профиля",
|
||||
"profiles.status.active": "Активен",
|
||||
"profiles.status.inactive": "Неактивен",
|
||||
"profiles.status.disabled": "Отключён",
|
||||
@@ -609,8 +618,6 @@
|
||||
"profiles.created": "Профиль создан",
|
||||
"profiles.deleted": "Профиль удалён",
|
||||
"profiles.error.name_required": "Введите название",
|
||||
"profiles.toggle_all.start": "Запустить все цели",
|
||||
"profiles.toggle_all.stop": "Остановить все цели",
|
||||
"scenes.title": "Сцены",
|
||||
"scenes.add": "Захватить сцену",
|
||||
"scenes.edit": "Редактировать сцену",
|
||||
|
||||
Reference in New Issue
Block a user