mirror of https://github.com/home-assistant/core
210 lines
5.4 KiB
JSON
210 lines
5.4 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"region": "ConnectedDrive Region"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"missing_captcha": "Captcha validation missing"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
|
|
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]",
|
|
"account_mismatch": "Username and region are not allowed to change"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"account_options": {
|
|
"data": {
|
|
"read_only": "Read-only (only sensors and notify, no execution of services, no lock)"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"lids": {
|
|
"name": "Lids"
|
|
},
|
|
"windows": {
|
|
"name": "Windows"
|
|
},
|
|
"door_lock_state": {
|
|
"name": "Door lock state"
|
|
},
|
|
"condition_based_services": {
|
|
"name": "Condition based services"
|
|
},
|
|
"check_control_messages": {
|
|
"name": "Check control messages"
|
|
},
|
|
"charging_status": {
|
|
"name": "Charging status"
|
|
},
|
|
"connection_status": {
|
|
"name": "Connection status"
|
|
},
|
|
"is_pre_entry_climatization_enabled": {
|
|
"name": "Pre entry climatization"
|
|
}
|
|
},
|
|
"button": {
|
|
"light_flash": {
|
|
"name": "Flash lights"
|
|
},
|
|
"sound_horn": {
|
|
"name": "Sound horn"
|
|
},
|
|
"activate_air_conditioning": {
|
|
"name": "Activate air conditioning"
|
|
},
|
|
"find_vehicle": {
|
|
"name": "Find vehicle"
|
|
}
|
|
},
|
|
"lock": {
|
|
"lock": {
|
|
"name": "[%key:component::lock::title%]"
|
|
}
|
|
},
|
|
"number": {
|
|
"target_soc": {
|
|
"name": "Target SoC"
|
|
}
|
|
},
|
|
"select": {
|
|
"ac_limit": {
|
|
"name": "AC Charging Limit"
|
|
},
|
|
"charging_mode": {
|
|
"name": "Charging Mode",
|
|
"state": {
|
|
"immediate_charging": "Immediate charging",
|
|
"delayed_charging": "Delayed charging",
|
|
"no_action": "No action"
|
|
}
|
|
}
|
|
},
|
|
"sensor": {
|
|
"ac_current_limit": {
|
|
"name": "AC current limit"
|
|
},
|
|
"charging_start_time": {
|
|
"name": "Charging start time"
|
|
},
|
|
"charging_end_time": {
|
|
"name": "Charging end time"
|
|
},
|
|
"charging_status": {
|
|
"name": "Charging status",
|
|
"state": {
|
|
"default": "Default",
|
|
"charging": "Charging",
|
|
"error": "Error",
|
|
"complete": "Complete",
|
|
"fully_charged": "Fully charged",
|
|
"finished_fully_charged": "Finished, fully charged",
|
|
"finished_not_full": "Finished, not full",
|
|
"invalid": "Invalid",
|
|
"not_charging": "Not charging",
|
|
"plugged_in": "Plugged in",
|
|
"waiting_for_charging": "Waiting for charging",
|
|
"target_reached": "Target reached"
|
|
}
|
|
},
|
|
"charging_target": {
|
|
"name": "Charging target"
|
|
},
|
|
"remaining_battery_percent": {
|
|
"name": "Remaining battery percent"
|
|
},
|
|
"mileage": {
|
|
"name": "Mileage"
|
|
},
|
|
"remaining_range_total": {
|
|
"name": "Remaining range total"
|
|
},
|
|
"remaining_range_electric": {
|
|
"name": "Remaining range electric"
|
|
},
|
|
"remaining_range_fuel": {
|
|
"name": "Remaining range fuel"
|
|
},
|
|
"remaining_fuel": {
|
|
"name": "Remaining fuel"
|
|
},
|
|
"remaining_fuel_percent": {
|
|
"name": "Remaining fuel percent"
|
|
},
|
|
"climate_status": {
|
|
"name": "Climate status",
|
|
"state": {
|
|
"cooling": "Cooling",
|
|
"heating": "Heating",
|
|
"inactive": "Inactive",
|
|
"standby": "Standby",
|
|
"ventilation": "Ventilation"
|
|
}
|
|
},
|
|
"front_left_current_pressure": {
|
|
"name": "Front left tire pressure"
|
|
},
|
|
"front_right_current_pressure": {
|
|
"name": "Front right tire pressure"
|
|
},
|
|
"rear_left_current_pressure": {
|
|
"name": "Rear left tire pressure"
|
|
},
|
|
"rear_right_current_pressure": {
|
|
"name": "Rear right tire pressure"
|
|
},
|
|
"front_left_target_pressure": {
|
|
"name": "Front left target pressure"
|
|
},
|
|
"front_right_target_pressure": {
|
|
"name": "Front right target pressure"
|
|
},
|
|
"rear_left_target_pressure": {
|
|
"name": "Rear left target pressure"
|
|
},
|
|
"rear_right_target_pressure": {
|
|
"name": "Rear right target pressure"
|
|
}
|
|
},
|
|
"switch": {
|
|
"climate": {
|
|
"name": "Climate"
|
|
},
|
|
"charging": {
|
|
"name": "Charging"
|
|
}
|
|
}
|
|
},
|
|
"selector": {
|
|
"regions": {
|
|
"options": {
|
|
"china": "China",
|
|
"north_america": "North America",
|
|
"rest_of_world": "Rest of world"
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"invalid_poi": {
|
|
"message": "Invalid data for point of interest: {poi_exception}"
|
|
},
|
|
"missing_captcha": {
|
|
"message": "Login requires captcha validation"
|
|
}
|
|
}
|
|
}
|