{ "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%]" }, "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": { "reauth_confirm": { "data": { "password": "[%key:common::config_flow::data::password%]" }, "data_description": { "password": "[%key:component::huum::config::step::user::data_description::password%]" }, "description": "The authentication for {username} is no longer valid. Please enter the current password.", "title": "[%key:common::config_flow::title::reauth%]" }, "reconfigure": { "data": { "password": "[%key:common::config_flow::data::password%]", "username": "[%key:common::config_flow::data::username%]" }, "data_description": { "password": "[%key:component::huum::config::step::user::data_description::password%]", "username": "[%key:component::huum::config::step::user::data_description::username%]" } }, "user": { "data": { "password": "[%key:common::config_flow::data::password%]", "username": "[%key:common::config_flow::data::username%]" }, "data_description": { "password": "The password used in the Huum mobile app.", "username": "The username (email) used in the Huum mobile app." }, "description": "Log in with the same username and password that is used in the Huum mobile app.", "title": "Connect to the Huum" } } }, "entity": { "light": { "light": { "name": "[%key:component::light::title%]" } }, "number": { "humidity": { "name": "[%key:component::sensor::entity_component::humidity::name%]" } } }, "exceptions": { "auth_failed": { "message": "Could not log in to Huum with the given credentials." }, "unable_to_turn_on": { "message": "Unable to turn on the sauna." } } }