Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: change strings descriptions #2701

Merged
merged 13 commits into from
Nov 28, 2024

Conversation

danielbrunt57
Copy link
Collaborator

Changed:

  • "unable_to_connect_hass_url"
  • "otp_secret"
  • "hass_url"
  • "public_url"
  • "include_devices"
  • "exclude_devices"
  • "scan_interval"
  • "queue_delay"
  • "proxy_warning"
  • "totp_register"
    "registered"
    "description"
  • "options": "data":
    "public_url"
    "include_devices"
    "exclude_devices"
    "scan_interval"
    "queue_delay"

Change "2fa_key_invalid": "Invalid Built-In 2FA key" to "2fa_key_invalid": "Invalid Authenticator App key for Amazon 2SV"
Change description from "Unable to connect to Home Assistant URL. Please check the Internal URL under Configuration -> General" to "Unable to connect to Home Assistant Local URL. Please check the URL under Settings > System > Network > Home Assistant URL > Local network"
Change description from "Built-in 2FA App Key - This is 52 characters, not six!" to "Amazon 2SV Authenticator App Key"
Change description from "Local URL to access Home Assistant" to "Local network URL to access Home Assistant"
Change description from "Public Url to access Home Assistant" to "Public URL shared with external hosted services"
Change  description from "Included device (comma separated)" to "Only include these devices (comma separated)"
Change description from "Excluded device (comma separated)" to "or Exclude these devices from all (comma separated)"
Change description from "Seconds between scans" to "Scheduled polling interval (seconds)"
Change description from "Seconds to wait to queue commands together" to "Delay to queue multiple commands together (seconds)"
Change "The HA server cannot connect to the URL provided: {hass_url}.\n> {error}\n\nTo fix this, please confirm your **HA server** can reach {hass_url}. This field is from the External URL under Configuration -> General but you can try your internal URL.\n\nIf you are **certain** your client can reach this URL, you can bypass this warning."
 to "The HA server cannot connect to the URL provided: {hass_url}.\n> {error}\n\nTo fix this, please confirm your browser can reach {hass_url}. This field is from Settings > System > Network > Home Assistant URL.\n\nIf you are **certain** your browser can reach this URL, you can bypass this warning."
Change "OTP from the Built-in 2FA App Key confirmed successfully." to "Yes, OTP code was verified"
Change "**{email} - alexa.{url}**  \nHave you successfully confirmed an OTP from the Built-in 2FA App Key with Amazon?  \n >OTP Code {message}" 
to "**{email} - alexa.{url}**  \nHave you verified the OTP code in Amazon 2SV?  \n >OTP Code: {message}"
Change:
          "public_url": "Public URL to access Home Assistant (including trailing '/')",
          "include_devices": "Included device (comma separated)",
          "exclude_devices": "Excluded device (comma separated)",
          "scan_interval": "Seconds between scans",
          "queue_delay": "Seconds to wait to queue commands together",
          "extended_entity_discovery": "Include devices connected via Echo",
          "debug": "Advanced debugging"

to:
          "public_url": "Public URL shared with external hosted services",
          "include_devices": "Only include these devices (comma separated)",
          "exclude_devices": "or Exclude these devices from all (comma separated)",
          "scan_interval": "Scheduled polling frequency (seconds)",
          "queue_delay": "Delay to queue multiple commands together (seconds)",
          "extended_entity_discovery": "Include devices connected via Echo",
          "debug": "Advanced debugging"
@alandtse alandtse merged commit e54dc06 into alandtse:dev Nov 28, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants