{ "config": { "abort": { "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]", "reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]", "already_configured": "[%key:common::config_flow::abort::already_configured_device%]" }, "error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "machine_not_found": "Discovered machine not found in given account", "no_machines": "No machines found in account", "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]" }, "step": { "user": { "data": { "username": "[%key:common::config_flow::data::username%]", "password": "[%key:common::config_flow::data::password%]" }, "data_description": { "username": "Your username from the La Marzocco app", "password": "Your password from the La Marzocco app" } }, "bluetooth_selection": { "description": "Select your device from available Bluetooth devices.", "data": { "mac": "[%key:common::config_flow::data::device%]" }, "data_description": { "mac": "Select the Bluetooth device that is your machine" } }, "machine_selection": { "description": "Select the machine you want to integrate.", "data": { "machine": "Machine" }, "data_description": { "machine": "Select the machine you want to integrate" } }, "reauth_confirm": { "description": "Re-authentication required. Please enter your password again.", "data": { "password": "[%key:common::config_flow::data::password%]" }, "data_description": { "password": "[%key:component::lamarzocco::config::step::user::data_description::password%]" } }, "reconfigure": { "data": { "username": "[%key:common::config_flow::data::username%]", "password": "[%key:common::config_flow::data::password%]" }, "data_description": { "username": "[%key:component::lamarzocco::config::step::user::data_description::username%]", "password": "[%key:component::lamarzocco::config::step::user::data_description::password%]" } } } }, "options": { "step": { "init": { "data": { "use_bluetooth": "Use Bluetooth" }, "data_description": { "use_bluetooth": "Should the integration try to use Bluetooth to control the machine?" } } } }, "entity": { "binary_sensor": { "backflush_enabled": { "name": "Backflush active" }, "brew_active": { "name": "Brewing active" }, "water_tank": { "name": "Water tank empty" }, "websocket_connected": { "name": "WebSocket connected" } }, "button": { "start_backflush": { "name": "Start backflush" } }, "calendar": { "auto_on_off_schedule": { "name": "Auto on/off schedule ({id})" } }, "number": { "coffee_temp": { "name": "Coffee target temperature" }, "smart_standby_time": { "name": "Smart standby time" }, "preinfusion_time": { "name": "Preinfusion time" }, "prebrew_time_on": { "name": "Prebrew on time" }, "prebrew_time_off": { "name": "Prebrew off time" } }, "select": { "prebrew_infusion_select": { "name": "Prebrew/-infusion mode", "state": { "disabled": "[%key:common::state::disabled%]", "prebrew": "Prebrew", "preinfusion": "Preinfusion" } }, "smart_standby_mode": { "name": "Smart standby mode", "state": { "last_brewing": "Last brewing", "power_on": "Power on" } }, "steam_temp_select": { "name": "Steam level", "state": { "1": "1", "2": "2", "3": "3" } } }, "sensor": { "coffee_boiler_ready_time": { "name": "Coffee boiler ready time" }, "steam_boiler_ready_time": { "name": "Steam boiler ready time" }, "brewing_start_time": { "name": "Brewing start time" }, "total_coffees_made": { "name": "Total coffees made", "unit_of_measurement": "coffees" }, "total_flushes_done": { "name": "Total flushes done", "unit_of_measurement": "flushes" }, "last_cleaning_time": { "name": "Last cleaning time" } }, "switch": { "auto_on_off": { "name": "Auto on/off ({id})" }, "smart_standby_enabled": { "name": "Smart standby enabled" }, "steam_boiler": { "name": "Steam boiler" } }, "update": { "machine_firmware": { "name": "Machine firmware" }, "gateway_firmware": { "name": "Gateway firmware" } } }, "issues": { "unsupported_gateway_firmware": { "title": "Unsupported gateway firmware", "description": "Gateway firmware {gateway_version} is no longer supported by this integration, please update." } }, "exceptions": { "api_error": { "message": "Error while communicating with the API" }, "authentication_failed": { "message": "Authentication failed" }, "auto_on_off_error": { "message": "Error while setting auto on/off to {state} for {id}" }, "button_error": { "message": "Error while executing button {key}" }, "number_exception": { "message": "Error while setting value {value} for number {key}" }, "select_option_error": { "message": "Error while setting select option {option} for {key}" }, "switch_on_error": { "message": "Error while turning on switch {key}" }, "switch_off_error": { "message": "Error while turning off switch {key}" }, "update_failed": { "message": "Error while updating {key}" } } }