{ "config": { "step": { "user": { "description": "Refer to the documentation on getting your Slack API key.", "data": { "api_key": "[%key:common::config_flow::data::api_key%]", "default_channel": "Default Channel", "icon": "Icon", "username": "[%key:common::config_flow::data::username%]" }, "data_description": { "api_key": "The Slack API token to use for sending Slack messages.", "default_channel": "The channel to post to if no channel is specified when sending a message.", "icon": "Use one of the Slack emojis as an Icon for the supplied username.", "username": "Home Assistant will post to Slack using the username specified." } } }, "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_service%]" } } }