Files
homeassistant_config/config/custom_components/ecoflow_cloud/translations/en.json
2024-05-31 13:07:35 +02:00

27 lines
504 B
JSON

{
"title": "EcoFlow-Cloud",
"config": {
"step": {
"user": {
"data": {
"username": "User email",
"password": "User password",
"type": "Device type",
"name": "Device name",
"device_id": "Device SN"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"power_step": "Charging power slider step",
"refresh_period_sec": "Data refresh period (sec)"
}
}
}
}
}