Skip to content

Commit

Permalink
Update en.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Xerolux authored Oct 15, 2024
1 parent a49c317 commit b71caf7
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions custom_components/violet_pool_controller/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,37 @@
"step": {
"user": {
"title": "User Configuration",
"description": "If you need help with the configuration, have a look here: [Violet Hass Integration](https://github.com/Xerolux/violet-hass)",
"description": "If you need help with configuration, check here: [Violet Hass Integration](https://github.com/Xerolux/violet-hass)",
"data": {
"username": "Username",
"password": "Password"
}
}
},
"error": {
"invalid_auth": "Username or password is incorrect.",
"cannot_connect": "Unable to connect to the server.",
"invalid_auth": "Invalid username or password.",
"cannot_connect": "Cannot connect to the server.",
"unknown": "An unknown error occurred."
}
},
"services": {
"turn_auto": {
"name": "Set to Auto Mode",
"description": "Sets the switch to Auto mode with custom delay and last value.",
"fields": {
"entity_id": {
"name": "Entity ID",
"description": "The ID of the entity to control."
},
"auto_delay": {
"name": "Auto Delay",
"description": "The delay time for the auto mode."
},
"last_value": {
"name": "Last Value",
"description": "The last value to set for the switch."
}
}
}
}
}

0 comments on commit b71caf7

Please sign in to comment.