Files
homeassistant_config/config/custom_components/ecoflow/translations/en.json
2024-08-26 13:38:09 +02:00

19 lines
316 B
JSON

{
"title": "EcoFlow",
"config": {
"abort": {
"product_unsupported": "Sorry, This product is not supported now."
},
"error": {
"timeout": "Connection timeouted"
},
"step": {
"user": {
"data": {
"host": "Hostname or IP-address"
}
}
}
}
}