{ "config": { "step": { "authenticate": { "title": "Link your Toon account", "description": "Authenticate with your Eneco Toon account (not the developer account).", "data": { "username": "[%key:common::config_flow::data::username%]", "password": "[%key:common::config_flow::data::password%]", "tenant": "Tenant" } }, "display": { "title": "Select display", "description": "Select the Toon display to connect with.", "data": { "display": "Choose display" } } }, "error": { "credentials": "The provided credentials are invalid.", "display_exists": "The selected display is already configured." }, "abort": { "client_id": "The client ID from the configuration is invalid.", "client_secret": "The client secret from the configuration is invalid.", "unknown_auth_fail": "Unexpected error occurred, while authenticating.", "no_agreements": "This account has no Toon displays.", "no_app": "You need to configure Toon before being able to authenticate with it. [Please read the instructions](https://www.home-assistant.io/components/toon/)." } } }