{ "config": { "abort": { "already_configured": "Device has already been configured." }, "error": { "cannot_connect": "Cannot connect to device. Verify that address is correct and try again.", "invalid_auth": "Failed to authenticate with device. Verify that device id and local key are correct.", "unknown": "An unknown error occurred. See log for details.", "entity_already_configured": "Entity with this ID has already been configured." }, "step": { "user": { "title": "Add Tuya device", "description": "Fill in the basic details and pick device type. The name entered here will be used to identify the integration itself (as seen in the `Integrations` page). You will add entities and give them names in the following steps.", "data": { "friendly_name": "Name", "host": "Host", "device_id": "Device ID", "local_key": "Local key", "protocol_version": "Protocol Version" } }, "pick_entity_type": { "title": "Entity type selection", "description": "Please pick the type of entity you want to add.", "data": { "platform_to_add": "Platform", "no_additional_platforms": "Do not add any more entities" } }, "add_entity": { "title": "Add new entity", "description": "Please fill out the details for an entity with type `{platform}`. All settings except for `ID` can be changed from the Options page later.", "data": { "id": "ID", "friendly_name": "Friendly name", "current": "Current", "current_consumption": "Current Consumption", "voltage": "Voltage", "open_cmd": "Open Command", "close_cmd": "Close Command", "stop_cmd": "Stop Command" } } } }, "options": { "step": { "init": { "title": "Configure Tuya Device", "description": "Basic configuration for device id `{device_id}`.", "data": { "friendly_name": "Friendly Name", "host": "Host", "local_key": "Local key", "protocol_version": "Protocol Version" } }, "entity": { "title": "Entity Configuration", "description": "Editing entity with DPS `{id}` and platform `{platform}`.", "data": { "id": "ID", "friendly_name": "Friendly name", "current": "Current", "current_consumption": "Current Consumption", "voltage": "Voltage", "open_cmd": "Open Command", "close_cmd": "Close Command", "stop_cmd": "Stop Command" } }, "yaml_import": { "title": "Not Supported", "description": "Options cannot be edited when configured via YAML." } } }, "title": "LocalTuya" }