This commit is contained in:
Mateusz Gruszczyński
2026-09-02 22:41:27 +02:00
parent 8004be0841
commit db6d2f09db
20 changed files with 945 additions and 59 deletions
+24 -1
View File
@@ -1045,6 +1045,29 @@
"flow.logMessageBlockedOwnership": "The Flow action was suppressed because control ownership changed during execution.",
"flow.logMessageConflict": "The Flow action was skipped because another automation already claimed the same target.",
"flow.nameAliasHint": "This is only the user-facing display name. The technical Flow ID and generated task names remain unchanged.",
"flow.sharedInputSourceOnlyHint": "This shared input stores only the value source. Configure the comparison in the Flow block."
"flow.sharedInputSourceOnlyHint": "This shared input stores only the value source. Configure the comparison in the Flow block.",
"flow.triggers": "Triggers",
"flow.node.cronTrigger": "CRON schedule",
"flow.node.stableFor": "Stable for…",
"flow.node.rollingStat": "Mean / median",
"flow.node.haServiceAction": "Home Assistant service",
"flow.cronHint": "5 fields: minute hour day month weekday. Supports *, */N, ranges and lists.",
"flow.durationSeconds": "Duration [s]",
"flow.stableForHint": "The input condition must remain true continuously for the configured duration. State survives restarts.",
"flow.serviceData": "Service data (JSON)",
"flow.invalidJson": "Invalid JSON",
"flow.mean": "Mean",
"flow.median": "Median",
"flow.source": "Source",
"flow.statistic": "Statistic",
"flow.windowSeconds": "Window [s]",
"flow.node.delay": "Wait…",
"flow.delayHint": "Passes the signal onward only after the configured time. Place it before an action to delay execution.",
"flow.timeOps": "Time operations",
"flow.haActions": "Home Assistant",
"flow.node.oscillates": "Value oscillates",
"flow.minSpan": "Minimum value span",
"flow.minDirectionChanges": "Minimum direction changes",
"flow.oscillatesHint": "Within the time window the value must move both up and down. The block requires the configured maxmin span and number of direction changes."
}
}