-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(components): upgrade components to latest version
- hacs - grocy - garbage_collection - alexa_media - lovelace-card-mod - lovelace-mushroom
- Loading branch information
1 parent
37bee6c
commit 1818668
Showing
274 changed files
with
6,980 additions
and
7,849 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"forgot_password": "The Forgot Password page was detected. This normally is the result of too may failed logins. Amazon may require action before a relogin can be attempted.", | ||
"login_failed": "Alexa Media Player failed to login.", | ||
"reauth_successful": "Alexa Media Player successfully reauthenticated." | ||
}, | ||
"error": { | ||
"2fa_key_invalid": "Invalid Built-In 2FA key", | ||
"connection_error": "Error connecting; check network and retry", | ||
"hass_url_invalid": "Unable to connect to Home Assistant url. Please check the External Url under Configuration -> General", | ||
"identifier_exists": "Email for Alexa URL already registered", | ||
"invalid_credentials": "Invalid credentials", | ||
"unknown_error": "Unknown error, please enable advanced debugging and report log info" | ||
}, | ||
"step": { | ||
"captcha": { | ||
"data": { | ||
"securitycode": "2FA Code (recommended to avoid login issues)" | ||
} | ||
}, | ||
"totp_register": { | ||
"data": { | ||
"registered": "OTP from the Built-in 2FA App Key confirmed successfully." | ||
}, | ||
"description": "**{email} - alexa.{url}** \nHave you successfully confirmed an OTP from the Built-in 2FA App Key with Amazon? \n >OTP Code {message}", | ||
"title": "Alexa Media Player - OTP Confirmation" | ||
}, | ||
"user": { | ||
"data": { | ||
"debug": "Advanced debugging", | ||
"email": "Email Address", | ||
"exclude_devices": "Excluded device (comma separated)", | ||
"hass_url": "Url to access Home Assistant", | ||
"include_devices": "Included device (comma separated)", | ||
"otp_secret": "Built-in 2FA App Key (automatically generate 2FA Codes)", | ||
"password": "Password", | ||
"scan_interval": "Seconds between scans", | ||
"securitycode": "2FA Code (recommended to avoid login issues)", | ||
"url": "Amazon region domain (e.g., amazon.co.uk)" | ||
}, | ||
"description": "Please confirm the information below.", | ||
"title": "Alexa Media Player - Configuration" | ||
} | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"extended_entity_discovery": "Include devices connected via Echo", | ||
"queue_delay": "Seconds to wait to queue commands together" | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.