snapshot fixed sems hacs component
This commit is contained in:
26
homeassistant/custom_components/sems/translations/en.json
Normal file
26
homeassistant/custom_components/sems/translations/en.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Device is already configured"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Failed to connect",
|
||||
"invalid_auth": "Invalid authentication",
|
||||
"unknown": "Unexpected error"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"powerstation_id": "Power Station ID",
|
||||
"password": "Password",
|
||||
"username": "Username",
|
||||
"scan_interval": "Update Interval (seconds)"
|
||||
},
|
||||
"data_description": {
|
||||
"powerstation_id": "If empty, will query SEMS API and take first"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "GoodWe SEMS PV API"
|
||||
}
|
||||
Reference in New Issue
Block a user