{ "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]" }, "error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]" }, "flow_title": "{name}", "step": { "user": { "data": { "host": "[%key:common::config_flow::data::host%]" }, "data_description": { "host": "Hostname or IP address of your TechnoVE station." }, "description": "Set up your TechnoVE station to integrate with Home Assistant." }, "zeroconf_confirm": { "description": "Do you want to add the TechnoVE Station named `{name}` to Home Assistant?", "title": "Discovered TechnoVE station" } } }, "entity": { "binary_sensor": { "conflict_in_sharing_config": { "name": "Conflict with power sharing mode" }, "in_sharing_mode": { "name": "Power sharing mode" }, "is_battery_protected": { "name": "Battery protected" }, "is_static_ip": { "name": "Static IP" } }, "number": { "max_current": { "name": "Maximum current" } }, "sensor": { "energy_session": { "name": "Last session energy usage" }, "energy_total": { "name": "Total energy usage" }, "max_station_current": { "name": "Max station current" }, "ssid": { "name": "Wi-Fi network name" }, "status": { "name": "Status", "state": { "high_tariff_period": "High tariff period", "out_of_activation_period": "Out of activation period", "plugged_charging": "Plugged, charging", "plugged_waiting": "Plugged, waiting", "unplugged": "Unplugged" } }, "voltage_in": { "name": "Input voltage" }, "voltage_out": { "name": "Output voltage" } }, "switch": { "auto_charge": { "name": "Auto-charge" }, "session_active": { "name": "Charging enabled" } } }, "exceptions": { "max_current_in_sharing_mode": { "message": "Cannot set the max current when power sharing mode is enabled." }, "set_charging_enabled_on_auto_charge": { "message": "Cannot enable or disable charging when auto-charge is enabled. Try disabling auto-charge first." } } }