{ "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]" }, "error": { "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]", "unknown": "[%key:common::config_flow::error::unknown%]" }, "step": { "reauth_confirm": { "data": { "email": "[%key:common::config_flow::data::email%]", "password": "[%key:common::config_flow::data::password%]" }, "data_description": { "email": "[%key:component::nice_go::config::step::user::data_description::email%]", "password": "[%key:component::nice_go::config::step::user::data_description::password%]" }, "title": "[%key:common::config_flow::title::reauth%]" }, "user": { "data": { "email": "[%key:common::config_flow::data::email%]", "password": "[%key:common::config_flow::data::password%]" }, "data_description": { "email": "The email address used to log in to the Nice G.O. app", "password": "The password used to log in to the Nice G.O. app" } } } }, "entity": { "event": { "barrier_obstructed": { "name": "Barrier obstructed", "state_attributes": { "event_type": { "state": { "barrier_obstructed": "Barrier obstructed" } } } } }, "light": { "light": { "name": "[%key:component::light::title%]" } }, "switch": { "vacation_mode": { "name": "Vacation mode" } } }, "exceptions": { "close_cover_error": { "message": "Error closing the barrier: {exception}" }, "light_off_error": { "message": "Error while turning off the light: {exception}" }, "light_on_error": { "message": "Error while turning on the light: {exception}" }, "open_cover_error": { "message": "Error opening the barrier: {exception}" }, "switch_off_error": { "message": "Error while turning off the switch: {exception}" }, "switch_on_error": { "message": "Error while turning on the switch: {exception}" } }, "issues": { "firmware_update_required": { "description": "Your device ({device_name}) requires a firmware update on the Nice G.O. app in order to work with this integration. Please update the firmware on the Nice G.O. app and reconfigure this integration.", "title": "Firmware update required" } } }