{ "config": { "flow_title": "{serial} ({host})", "step": { "user": { "description": "For newer models, enter username `envoy` without a password. For older models, enter username `installer` without a password. For all other models, enter a valid username and password.", "data": { "host": "[%key:common::config_flow::data::host%]", "username": "[%key:common::config_flow::data::username%]", "password": "[%key:common::config_flow::data::password%]" } }, "enlighten": { "description": "The firmware running on your Envoy requires authentication to Enphase Enlighten, to retrieve a token to locally access your Envoy. Please enter the `Email` and `Password` for your Enlighten account. Selecting `Commissioned` will require your `SiteID` and `Serial Number` from Enlighten. Selecting `Uncommissioned` will not require any additional information after this step.", "data": { "email": "[%key:common::config_flow::data::email%]", "enlighten_password": "Password" } }, "commissioned": { "description": "Please enter your `SiteID` and `Serial Number` from your Enphase Enlighten account.", "data": { "id": "SiteID", "serial": "Serial Number" } } }, "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_device%]", "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]" } } }