mirror of
https://github.com/home-assistant/core.git
synced 2026-06-03 14:14:40 +01:00
7859be6481
* Add deduplicate script * Fix forecast_solar incorrect key with space * Fix utf-8 * Do not create references to other arbitrary other integrations * Add commented code to only allow applying to referencing integrations * Tweak * Bug fix * Add command line arg for limit reference * never suggest to update common keys * Output of script * Apply suggestions from code review Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com> --------- Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>
49 lines
1.7 KiB
JSON
49 lines
1.7 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
|
},
|
|
"error": {
|
|
"account_locked": "Account locked. Please try again later.",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"email": "[%key:common::config_flow::data::email%]",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"region": "Region"
|
|
},
|
|
"description": "Please enter the email address and password you use to log into the MyMazda mobile app."
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"send_poi": {
|
|
"name": "Send POI",
|
|
"description": "Sends a GPS location to the vehicle's navigation system as a POI (Point of Interest). Requires a navigation SD card installed in the vehicle.",
|
|
"fields": {
|
|
"device_id": {
|
|
"name": "Vehicle",
|
|
"description": "The vehicle to send the GPS location to."
|
|
},
|
|
"latitude": {
|
|
"name": "[%key:common::config_flow::data::latitude%]",
|
|
"description": "The latitude of the location to send."
|
|
},
|
|
"longitude": {
|
|
"name": "[%key:common::config_flow::data::longitude%]",
|
|
"description": "The longitude of the location to send."
|
|
},
|
|
"poi_name": {
|
|
"name": "POI name",
|
|
"description": "A friendly name for the location."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|