{ "config": { "flow_title": "{name}", "step": { "user": { "title": "Setup Switchbot device", "data": { "name": "[%key:common::config_flow::data::name%]", "password": "[%key:common::config_flow::data::password%]", "mac": "Device MAC address" } } }, "error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]" }, "abort": { "already_configured_device": "[%key:common::config_flow::abort::already_configured_device%]", "unknown": "[%key:common::config_flow::error::unknown%]", "switchbot_unsupported_type": "Unsupported Switchbot Type." } }, "options": { "step": { "init": { "data": { "update_time": "Time between updates (seconds)", "retry_count": "Retry count", "retry_timeout": "Timeout between retries", "scan_timeout": "How long to scan for advertisement data" } } } } }