-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e1f6f79
commit aefd458
Showing
8 changed files
with
142 additions
and
27 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,5 +9,5 @@ | |
"codeowners": [ | ||
"@ReneNulschDE" | ||
], | ||
"version": "0.5.1" | ||
"version": "0.5.2" | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"already_configured": "Component is configured already.", | ||
"reauth_successful": "Reauth successful! Component reload in progress." | ||
}, | ||
"error": { | ||
"cannot_connect": "cannot_connect", | ||
"invalid_auth": "invalid_auth", | ||
"unknown": "unknown" | ||
}, | ||
"step": { | ||
"user": { | ||
"description": "Enter your Mercedes ME login account (email adress)", | ||
"title": "Set up the Mercedes ME 2020 connection", | ||
"data": { | ||
"username": "MB username - email address", | ||
"region": "Region" | ||
} | ||
}, | ||
"pin": { | ||
"description": "You have received a PIN code via email. Please enter the PIN code (six numbers)", | ||
"title": "Connection setup - PIN", | ||
"data": { | ||
"password": "PIN" | ||
} | ||
} | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"country_code": "Country Code", | ||
"locale": "Locale", | ||
"excluded_cars": "VINs excluded (comma-sep)", | ||
"pin": "Security PIN (to be created in mobile app) - Enter 0 to delete the value from the configuration", | ||
"cap_check_disabled": "Disable capabilities check", | ||
"save_files": "DEBUG ONLY: Enable save server messages to the messages folder" | ||
}, | ||
"description": "Configure your options. Some changes require a restart of Home Assistant. You need to restart HA after PIN change.", | ||
"title": "Mercedes ME 2020 Options" | ||
} | ||
}, | ||
"abort": { | ||
"already_configured": "Component is configured already.", | ||
"reauth_successful": "Reauth successful! Component reload in progress." | ||
} | ||
}, | ||
"system_health": { | ||
"info": { | ||
"api_endpoint_reachable": "MB API endpoint reachable", | ||
"websocket_connection_state": "MB Websocket connection state" | ||
} | ||
}, | ||
"title": "MercedesME 2020" | ||
} |
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