57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
|
{
|
||
|
"config": {
|
||
|
"flow_title": "{name}",
|
||
|
"step": {
|
||
|
"user": {
|
||
|
"description": "Set up your TechnoVE station to integrate with Home Assistant.",
|
||
|
"data": {
|
||
|
"host": "[%key:common::config_flow::data::host%]"
|
||
|
},
|
||
|
"data_description": {
|
||
|
"host": "Hostname or IP address of your TechnoVE station."
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"error": {
|
||
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
||
|
},
|
||
|
"abort": {
|
||
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
||
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
||
|
}
|
||
|
},
|
||
|
"entity": {
|
||
|
"sensor": {
|
||
|
"voltage_in": {
|
||
|
"name": "Input voltage"
|
||
|
},
|
||
|
"voltage_out": {
|
||
|
"name": "Output voltage"
|
||
|
},
|
||
|
"max_current": {
|
||
|
"name": "Max current"
|
||
|
},
|
||
|
"max_station_current": {
|
||
|
"name": "Max station current"
|
||
|
},
|
||
|
"energy_total": {
|
||
|
"name": "Total energy usage"
|
||
|
},
|
||
|
"energy_session": {
|
||
|
"name": "Last session energy usage"
|
||
|
},
|
||
|
"ssid": {
|
||
|
"name": "Wi-Fi network name"
|
||
|
},
|
||
|
"status": {
|
||
|
"name": "Status",
|
||
|
"state": {
|
||
|
"unplugged": "Unplugged",
|
||
|
"plugged_waiting": "Plugged, waiting",
|
||
|
"plugged_charging": "Plugged, charging"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|