diff --git a/custom_components/robovac/strings.json b/custom_components/robovac/strings.json index 8536026..446bb9f 100644 --- a/custom_components/robovac/strings.json +++ b/custom_components/robovac/strings.json @@ -1,21 +1,40 @@ { - "config": { - "step": { - "user": { - "data": { - "username": "[%key:common::config_flow::data::username%]", - "password": "[%key:common::config_flow::data::password%]" + "config": { + "abort": { + "already_configured": "Device is already configured" + }, + "error": { + "cannot_connect": "Failed to connect", + "invalid_auth": "Invalid authentication", + "unknown": "Unexpected error" + }, + "step": { + "user": { + "data": { + "host": "Host", + "password": "Password", + "username": "Username" + }, + "description": "Enter your Eufy account details" + } } - } }, - "error": { - "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", - "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]", - "unknown": "[%key:common::config_flow::error::unknown%]" - }, - "abort": { - "already_configured": "[%key:common::config_flow::abort::already_configured_device%]" + "options": { + "step": { + "init": { + "title": "Manage vacuums", + "data": { + "selected_vacuum": "Select the Vacuum to edit" + } + }, + "edit": { + "title": "Edit vacuum", + "data": { + "autodiscovery": "Enable autodiscovery", + "ip_address": "IP Address" + }, + "description": "Autodiscovery will automatically update the IP address" + } + } } - } } -