{ "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]", "reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]", "wrong_account": "Cannot change the account username." }, "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%]" }, "step": { "user": { "data": { "password": "[%key:common::config_flow::data::password%]", "username": "[%key:common::config_flow::data::username%]" }, "data_description": { "password": "Your Fresh-r account password.", "username": "Your Fresh-r account username (email address)." } } } }, "entity": { "sensor": { "dew_point": { "name": "Dew point" }, "flow": { "name": "Air flow rate" }, "inside_temperature": { "name": "Inside temperature" }, "outside_temperature": { "name": "Outside temperature" } } }, "exceptions": { "auth_failed": { "message": "Authentication failed. Check your Fresh-r username and password." }, "cannot_connect": { "message": "Could not connect to the Fresh-r service." } } }