{ "config": { "step": { "user": { "data": { "utility": "Utility name", "username": "[%key:common::config_flow::data::username%]", "password": "[%key:common::config_flow::data::password%]" }, "data_description": { "utility": "The name of your utility provider", "username": "The username for your utility account", "password": "The password for your utility account" } }, "mfa": { "description": "The TOTP secret below is not one of the 6-digit time-based numeric codes. 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.", "data": { "username": "[%key:common::config_flow::data::username%]", "password": "[%key:common::config_flow::data::password%]", "totp_secret": "TOTP secret" }, "data_description": { "username": "[%key:component::opower::config::step::user::data_description::username%]", "password": "[%key:component::opower::config::step::user::data_description::password%]", "totp_secret": "The TOTP secret for your utility account, used for multi-factor authentication (MFA)." } }, "reauth_confirm": { "title": "[%key:common::config_flow::title::reauth%]", "data": { "username": "[%key:common::config_flow::data::username%]", "password": "[%key:common::config_flow::data::password%]", "totp_secret": "[%key:component::opower::config::step::mfa::data::totp_secret%]" }, "data_description": { "username": "[%key:component::opower::config::step::user::data_description::username%]", "password": "[%key:component::opower::config::step::user::data_description::password%]", "totp_secret": "The TOTP secret for your utility account, used for multi-factor authentication (MFA)." } } }, "error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]" }, "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_service%]", "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]" } }, "issues": { "return_to_grid_migration": { "title": "Return to grid statistics for account: {utility_account_id}", "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." } }, "entity": { "sensor": { "elec_usage_to_date": { "name": "Current bill electric usage to date" }, "elec_forecasted_usage": { "name": "Current bill electric forecasted usage" }, "elec_typical_usage": { "name": "Typical monthly electric usage" }, "elec_cost_to_date": { "name": "Current bill electric cost to date" }, "elec_forecasted_cost": { "name": "Current bill electric forecasted cost" }, "elec_typical_cost": { "name": "Typical monthly electric cost" }, "elec_start_date": { "name": "Current bill electric start date" }, "elec_end_date": { "name": "Current bill electric end date" }, "gas_usage_to_date": { "name": "Current bill gas usage to date" }, "gas_forecasted_usage": { "name": "Current bill gas forecasted usage" }, "gas_typical_usage": { "name": "Typical monthly gas usage" }, "gas_cost_to_date": { "name": "Current bill gas cost to date" }, "gas_forecasted_cost": { "name": "Current bill gas forecasted cost" }, "gas_typical_cost": { "name": "Typical monthly gas cost" }, "gas_start_date": { "name": "Current bill gas start date" }, "gas_end_date": { "name": "Current bill gas end date" } } } }