{ "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_account%]", "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]", "wrong_account": "Wrong account: Please authenticate with the API token for {email}." }, "error": { "already_connected": "Already connected", "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "invalid_token": "Invalid token", "limit_reached": "Request limit reached", "unknown": "[%key:common::config_flow::error::unknown%]" }, "step": { "user": { "data": { "api_token": "[%key:common::config_flow::data::api_token%]" }, "description": "Enter your Blue Current API token", "title": "Authentication" } } }, "entity": { "button": { "reboot": { "name": "Reboot" }, "reset": { "name": "Reset" }, "stop_charge_session": { "name": "Stop charge session" } }, "sensor": { "activity": { "name": "Activity", "state": { "available": "Available", "charging": "[%key:common::state::charging%]", "error": "[%key:common::state::error%]", "offline": "Offline", "unavailable": "Unavailable" } }, "actual_kwh": { "name": "Energy usage" }, "actual_p1": { "name": "Current phase 1" }, "actual_p2": { "name": "Current phase 2" }, "actual_p3": { "name": "Current phase 3" }, "actual_v1": { "name": "Voltage phase 1" }, "actual_v2": { "name": "Voltage phase 2" }, "actual_v3": { "name": "Voltage phase 3" }, "avg_current": { "name": "Average current" }, "avg_voltage": { "name": "Average voltage" }, "current_left": { "name": "Remaining current" }, "grid_actual_p1": { "name": "Grid current phase 1" }, "grid_actual_p2": { "name": "Grid current phase 2" }, "grid_actual_p3": { "name": "Grid current phase 3" }, "grid_avg_current": { "name": "Average grid current" }, "grid_max_current": { "name": "Max grid current" }, "max_offline": { "name": "Offline max usage" }, "max_usage": { "name": "Max usage" }, "offline_since": { "name": "Offline since" }, "smartcharging_max_usage": { "name": "Smart charging max usage" }, "start_datetime": { "name": "Started on" }, "stop_datetime": { "name": "Stopped on" }, "total_cost": { "name": "Total cost" }, "total_kw": { "name": "Total power" }, "vehicle_status": { "name": "Vehicle status", "state": { "no_power": "No power", "ready": "Ready", "standby": "[%key:common::state::standby%]", "vehicle_detected": "Detected", "vehicle_error": "[%key:common::state::error%]" } } }, "switch": { "block": { "name": "Block charge point" }, "linked_charge_cards_only": { "name": "Linked charging cards only" }, "plug_and_charge": { "name": "Plug & Charge" } } }, "exceptions": { "config_entry_not_loaded": { "message": "Config entry not loaded." }, "invalid_device_id": { "message": "Invalid device ID given." }, "no_config_entry": { "message": "Device has not a valid blue_current config entry." } }, "options": { "step": { "init": { "data": { "card": "Card" }, "description": "Select the default charging card you want to use" } } }, "selector": { "select_charging_card": { "options": { "without_charging_card": "Without charging card" } } }, "services": { "start_charge_session": { "description": "Starts a new charge session on a specified charge point.", "fields": { "charging_card_id": { "description": "Optional charging card ID that will be used to start a charge session. When not provided, no charging card will be used.", "name": "Charging card ID" }, "device_id": { "description": "The ID of the Blue Current charge point.", "name": "Device ID" } }, "name": "Start charge session" } } }