v0.14.13
This commit is contained in:
@@ -184,6 +184,17 @@
|
||||
"settings.haTokenSaved": "Token saved — leave empty to keep it",
|
||||
"settings.haLongLivedToken": "Long-Lived Access Token",
|
||||
"settings.haSupervisorToken": "Token provided automatically by Home Assistant Supervisor",
|
||||
"settings.haSupervisorAutoTitle": "Automatic Supervisor authorization",
|
||||
"settings.haSupervisorAutoHint": "Supervisor token detected. Home Assistant authorization is configured automatically; no URL or Long-Lived Access Token is required.",
|
||||
"settings.haSupervisorVerifiedTitle": "Supervisor authorization verified",
|
||||
"settings.haSupervisorVerifiedHint": "The Home Assistant API test succeeded using the Supervisor token.",
|
||||
"settings.haSupervisorMissingTitle": "Supervisor token not available",
|
||||
"settings.haSupervisorMissingHint": "The add-on environment was detected, but no Supervisor token is available. Run Test HA to unlock manual fallback fields if needed.",
|
||||
"settings.haSupervisorTestFailedTitle": "Automatic HA authorization failed",
|
||||
"settings.haSupervisorTestFailedHint": "Manual Home Assistant URL and token fields are now available as a fallback.",
|
||||
"settings.haManualFallbackTitle": "Manual Home Assistant fallback active",
|
||||
"settings.haManualFallbackHint": "This add-on is using the manually saved Home Assistant URL and token instead of Supervisor authorization.",
|
||||
"settings.haUseSupervisor": "Use Supervisor automatically",
|
||||
"settings.testHa": "Test HA",
|
||||
"settings.systemState": "System status",
|
||||
"settings.version": "Version",
|
||||
@@ -250,6 +261,7 @@
|
||||
"label.automation": "automation",
|
||||
"toast.found": "Found: {count}",
|
||||
"toast.haConnected": "Home Assistant connection OK",
|
||||
"toast.haConnectedSample": "Home Assistant connected. Sample: {entity} = {value}",
|
||||
"day.1": "Mon",
|
||||
"day.2": "Tue",
|
||||
"day.3": "Wed",
|
||||
@@ -1038,6 +1050,11 @@
|
||||
"flow.sharedInputTestValueRead": "Value read successfully",
|
||||
"flow.sharedInputTestAvailable": "Entity available",
|
||||
"flow.sharedInputTestUnavailable": "Entity unavailable",
|
||||
"flow.haEntitySearchHint": "Search Home Assistant entities by name or entity_id.",
|
||||
"flow.haEntitySearchLoading": "Loading Home Assistant entities…",
|
||||
"flow.haEntitySearchConnect": "Connect and test Home Assistant to browse entity suggestions.",
|
||||
"flow.haEntitySearchCount": "{count} Home Assistant entities available",
|
||||
"flow.haEntitySearchEmpty": "No matching entities",
|
||||
"flow.sharedInputUsedBy": "Used in {count} Flows",
|
||||
"flow.sharedInputUnused": "Not used in any Flow",
|
||||
"flow.openReferencedFlow": "Open Flow “{name}”",
|
||||
|
||||
Reference in New Issue
Block a user