{ "config": { "flow_title": "{name} ({model} at {host})", "step": { "user": { "title": "Connect to the device", "data": { "host": "[%key:common::config_flow::data::host%]", "timeout": "Timeout" } }, "auth": { "title": "Authenticate to the device" }, "reset": { "title": "Unlock the device", "description": "Your device is locked for authentication. Follow the instructions to unlock it:\n1. Factory reset the device.\n2. Use the official app to add the device to your local network.\n3. Stop. Do not finish the setup. Close the app.\n4. Click Submit." }, "unlock": { "title": "Unlock the device (optional)", "description": "Your device is locked. This can lead to authentication problems in Home Assistant. Would you like to unlock it?", "data": { "unlock": "Yes, do it." } }, "finish": { "title": "Choose a name for the device", "data": { "name": "[%key:common::config_flow::data::name%]" } } }, "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]", "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "invalid_host": "Invalid hostname or IP address", "not_supported": "Device not supported", "unknown": "[%key:common::config_flow::error::unknown%]" }, "error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "invalid_host": "Invalid hostname or IP address", "unknown": "[%key:common::config_flow::error::unknown%]" } } }