{ "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_service%]", "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]" }, "error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]", "invalid_mfa_code": "The security code is incorrect. Please try again." }, "step": { "credentials": { "data": { "password": "[%key:common::config_flow::data::password%]", "totp_secret": "TOTP secret", "username": "[%key:common::config_flow::data::username%]" }, "data_description": { "password": "The password for your utility account", "totp_secret": "This is not a 6-digit code. It is a string of around 16 characters containing the shared secret that enables your authenticator app to generate the correct time-based code at the appropriate time. See the documentation.", "username": "The username for your utility account" }, "title": "Enter credentials" }, "mfa_code": { "data": { "mfa_code": "Security code" }, "data_description": { "mfa_code": "Typically a 6-digit code" }, "description": "Please enter the security code below to complete login.", "title": "Enter security code" }, "mfa_options": { "data": { "mfa_method": "MFA method" }, "data_description": { "mfa_method": "How to receive your security code" }, "description": "Your account requires multi-factor authentication (MFA). Select a method to receive your security code.", "title": "Multi-factor authentication" }, "reauth_confirm": { "data": { "password": "[%key:common::config_flow::data::password%]", "totp_secret": "[%key:component::opower::config::step::credentials::data::totp_secret%]", "username": "[%key:common::config_flow::data::username%]" }, "data_description": { "password": "[%key:component::opower::config::step::credentials::data_description::password%]", "totp_secret": "[%key:component::opower::config::step::credentials::data_description::totp_secret%]", "username": "[%key:component::opower::config::step::credentials::data_description::username%]" }, "title": "[%key:common::config_flow::title::reauth%]" }, "user": { "data": { "utility": "Utility name" }, "data_description": { "utility": "The name of your utility provider" } } } }, "entity": { "sensor": { "elec_cost_to_date": { "name": "Current bill electric cost to date" }, "elec_end_date": { "name": "Current bill electric end date" }, "elec_forecasted_cost": { "name": "Current bill electric forecasted cost" }, "elec_forecasted_usage": { "name": "Current bill electric forecasted usage" }, "elec_start_date": { "name": "Current bill electric start date" }, "elec_typical_cost": { "name": "Typical monthly electric cost" }, "elec_typical_usage": { "name": "Typical monthly electric usage" }, "elec_usage_to_date": { "name": "Current bill electric usage to date" }, "gas_cost_to_date": { "name": "Current bill gas cost to date" }, "gas_end_date": { "name": "Current bill gas end date" }, "gas_forecasted_cost": { "name": "Current bill gas forecasted cost" }, "gas_forecasted_usage": { "name": "Current bill gas forecasted usage" }, "gas_start_date": { "name": "Current bill gas start date" }, "gas_typical_cost": { "name": "Typical monthly gas cost" }, "gas_typical_usage": { "name": "Typical monthly gas usage" }, "gas_usage_to_date": { "name": "Current bill gas usage to date" } } }, "issues": { "return_to_grid_migration": { "description": "We found negative values in your existing consumption statistics, likely because you have solar. We split those in separate return statistics for a better experience in the Energy dashboard.\n\nPlease visit the [Energy configuration page]({energy_settings}) to add the following statistics in the **Return to grid** section:\n\n{target_ids}\n\nOnce you have added them, ignore this issue.", "title": "Return to grid statistics for account: {utility_account_id}" }, "unsupported_utility": { "fix_flow": { "step": { "confirm": { "description": "The utility `{utility}` used by entry `{title}` is no longer supported by the Opower integration. Select **Submit** to remove this integration entry now.", "title": "[%key:component::opower::issues::unsupported_utility::title%]" } } }, "title": "Unsupported utility: {utility}" } } }