1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/tesla_wall_connector/strings.json
2023-12-04 11:52:54 +01:00

66 lines
1.5 KiB
JSON

{
"config": {
"flow_title": "{serial_number} ({host})",
"step": {
"user": {
"title": "Configure Tesla Wall Connector",
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "Hostname or IP address of your Tesla Wall Connector."
}
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
},
"entity": {
"binary_sensor": {
"vehicle_connected": {
"name": "Vehicle connected"
},
"contactor_closed": {
"name": "Contactor closed"
}
},
"sensor": {
"evse_state": {
"name": "State"
},
"handle_temp_c": {
"name": "Handle temperature"
},
"grid_v": {
"name": "Grid voltage"
},
"grid_hz": {
"name": "Grid frequency"
},
"current_a_a": {
"name": "Phase A current"
},
"current_b_a": {
"name": "Phase B current"
},
"current_c_a": {
"name": "Phase C current"
},
"voltage_a_v": {
"name": "Phase A voltage"
},
"voltage_b_v": {
"name": "Phase B voltage"
},
"voltage_c_v": {
"name": "Phase C voltage"
}
}
}
}