{ "config": { "error": { "unknown": "[%key:common::config_flow::error::unknown%]", "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]", "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]" }, "step": { "user": { "description": "In order to access the Flume Personal API, you will need to request a 'Client ID' and 'Client Secret' at https://portal.flumetech.com/settings#token", "title": "Connect to your Flume Account", "data": { "username": "[%key:common::config_flow::data::username%]", "client_secret": "Client Secret", "client_id": "Client ID", "password": "[%key:common::config_flow::data::password%]" } }, "reauth_confirm": { "description": "The password for {username} is no longer valid.", "title": "Reauthenticate your Flume Account", "data": { "password": "[%key:common::config_flow::data::password%]" } } }, "abort": { "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]", "already_configured": "[%key:common::config_flow::abort::already_configured_account%]" } } }