{ "config": { "abort": { "address_already_configured": "A BleBox device is already configured at {address}.", "already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "authorization_required": "The BleBox device requires authentication.", "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]", "reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]", "unique_id_mismatch": "The device identifier does not match the previously configured device.", "unsupported_device_response": "The BleBox device returned an unrecognized response.", "unsupported_device_version": "[%key:component::blebox::config::error::unsupported_version%]" }, "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%]", "unsupported_version": "BleBox device has outdated firmware. Please upgrade it first." }, "flow_title": "{name} ({host})", "step": { "reauth_confirm": { "data": { "password": "[%key:common::config_flow::data::password%]", "username": "[%key:common::config_flow::data::username%]" }, "data_description": { "password": "The password for your BleBox device.", "username": "The username for your BleBox device." }, "description": "Enter credentials for the BleBox device at {address}.", "title": "Reauthenticate your BleBox device" }, "reconfigure": { "data": { "host": "[%key:common::config_flow::data::ip%]", "password": "[%key:common::config_flow::data::password%]", "port": "[%key:common::config_flow::data::port%]", "username": "[%key:common::config_flow::data::username%]" }, "description": "Update the connection settings for your BleBox device.", "title": "Reconfigure BleBox device" }, "user": { "data": { "host": "[%key:common::config_flow::data::ip%]", "password": "[%key:common::config_flow::data::password%]", "port": "[%key:common::config_flow::data::port%]", "username": "[%key:common::config_flow::data::username%]" }, "data_description": { "host": "The IP address of your BleBox device.", "password": "The password for your BleBox device.", "port": "The port of your BleBox device.", "username": "The username for your BleBox device." }, "description": "Set up your BleBox to integrate with Home Assistant.", "title": "Set up your BleBox device" } } }, "entity": { "light": { "channel": { "name": "Channel {index}" } }, "sensor": { "active_power": { "name": "Active power" }, "active_power_n": { "name": "Active power {index}" }, "apparent_power": { "name": "Apparent power" }, "apparent_power_n": { "name": "Apparent power {index}" }, "co2_level": { "name": "Carbon dioxide level", "state": { "acceptable": "Acceptable", "excellent": "Excellent", "good": "Good", "hazardous": "Hazardous", "medium": "Medium", "poor": "Poor", "unhealthy": "Unhealthy" } }, "current": { "name": "Current" }, "current_n": { "name": "Current {index}" }, "forward_active_energy": { "name": "Forward active energy" }, "forward_active_energy_n": { "name": "Forward active energy {index}" }, "forward_reactive_energy": { "name": "Forward reactive energy" }, "forward_reactive_energy_n": { "name": "Forward reactive energy {index}" }, "frequency": { "name": "Frequency" }, "frequency_n": { "name": "Frequency {index}" }, "open_status": { "name": "Open status", "state": { "ajar": "Ajar", "closed": "[%key:common::state::closed%]", "closed_but_unlocked": "Closed but unlocked", "open": "[%key:common::state::open%]", "unclosed_or_unlocked": "Unclosed or unlocked" } }, "power_consumption": { "name": "Energy last hour" }, "reactive_power": { "name": "Reactive power" }, "reactive_power_n": { "name": "Reactive power {index}" }, "reverse_active_energy": { "name": "Reverse active energy" }, "reverse_active_energy_n": { "name": "Reverse active energy {index}" }, "reverse_reactive_energy": { "name": "Reverse reactive energy" }, "reverse_reactive_energy_n": { "name": "Reverse reactive energy {index}" }, "temperature": { "name": "Temperature" }, "temperature_n": { "name": "Temperature {index}" }, "voltage": { "name": "Voltage" }, "voltage_n": { "name": "Voltage {index}" } } }, "exceptions": { "bad_value": { "message": "Turning on the light failed: {error}" }, "command_failed": { "message": "Failed to execute command on the BleBox device: {error}" }, "data_update_failed": { "message": "An error occurred while communicating with the BleBox device: {error}" }, "effect_not_found": { "message": "The specified light effect is not available on this device: {error}" }, "install_failed": { "message": "Failed to install firmware update on the BleBox device: {error}" }, "update_failed": { "message": "Failed to fetch firmware update information from the BleBox device: {error}" } } }