{ "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]", "reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]" }, "error": { "already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "password_error": "[%key:common::config_flow::error::invalid_auth%]", "unknown": "[%key:common::config_flow::error::unknown%]" }, "step": { "password": { "data": { "password": "[%key:common::config_flow::data::password%]" }, "data_description": { "password": "The password for the general user of your Solar-Log device." }, "title": "Define your Solar-Log connection" }, "reauth_confirm": { "data": { "has_password": "[%key:component::solarlog::config::step::user::data::has_password%]", "password": "[%key:common::config_flow::data::password%]" }, "data_description": { "has_password": "[%key:component::solarlog::config::step::user::data_description::has_password%]", "password": "[%key:component::solarlog::config::step::password::data_description::password%]" }, "description": "Update your credentials for Solar-Log device" }, "reconfigure": { "data": { "has_password": "[%key:component::solarlog::config::step::user::data::has_password%]", "password": "[%key:common::config_flow::data::password%]" }, "data_description": { "has_password": "[%key:component::solarlog::config::step::user::data_description::has_password%]", "password": "[%key:component::solarlog::config::step::password::data_description::password%]" }, "title": "Configure SolarLog" }, "user": { "data": { "has_password": "I have the password for the Solar-Log user account.", "host": "[%key:common::config_flow::data::host%]" }, "data_description": { "has_password": "The password is required, if the open JSON-API is deactivated or if you would like to access additional data provided by your Solar-Log device.", "host": "The hostname or IP address of your Solar-Log device." }, "title": "Define your Solar-Log connection" } } }, "entity": { "sensor": { "alternator_loss": { "name": "Alternator loss" }, "capacity": { "name": "Capacity" }, "charge_level": { "name": "Charge level" }, "charging_power": { "name": "Charging power" }, "consumption_ac": { "name": "Consumption AC" }, "consumption_day": { "name": "Consumption day" }, "consumption_month": { "name": "Consumption month" }, "consumption_total": { "name": "Consumption total" }, "consumption_year": { "name": "Consumption year" }, "consumption_yesterday": { "name": "Consumption yesterday" }, "discharging_power": { "name": "Discharging power" }, "efficiency": { "name": "Efficiency" }, "last_update": { "name": "Last update" }, "power_ac": { "name": "Power AC" }, "power_available": { "name": "Power available" }, "power_dc": { "name": "Power DC" }, "self_consumption_year": { "name": "Self-consumption year" }, "total_power": { "name": "Installed peak power" }, "usage": { "name": "Usage" }, "voltage_ac": { "name": "Voltage AC" }, "voltage_dc": { "name": "Voltage DC" }, "yield_day": { "name": "Yield day" }, "yield_month": { "name": "Yield month" }, "yield_total": { "name": "Yield total" }, "yield_year": { "name": "Yield year" }, "yield_yesterday": { "name": "Yield yesterday" } } }, "exceptions": { "auth_failed": { "message": "Error while logging in to the API." }, "config_entry_not_ready": { "message": "Error while loading the config entry." }, "update_error": { "message": "Error while updating data from the API." } } }