{ "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]", "wrong_apcupsd_daemon": "The reconfigured APC UPS Daemon is not the same as the one already configured." }, "error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]" }, "step": { "reconfigure": { "data": { "host": "[%key:common::config_flow::data::host%]", "port": "[%key:common::config_flow::data::port%]" }, "data_description": { "host": "[%key:component::apcupsd::config::step::user::data_description::host%]", "port": "[%key:component::apcupsd::config::step::user::data_description::port%]" }, "description": "[%key:component::apcupsd::config::step::user::description%]" }, "user": { "data": { "host": "[%key:common::config_flow::data::host%]", "port": "[%key:common::config_flow::data::port%]" }, "data_description": { "host": "The hostname or IP address of the APC UPS Daemon", "port": "The port the APC UPS Daemon is listening on" }, "description": "Enter the host and port on which the apcupsd NIS is being served." } } }, "entity": { "binary_sensor": { "online_status": { "name": "Online status" } }, "sensor": { "alarm_delay": { "name": "Alarm delay" }, "ambient_temperature": { "name": "Ambient temperature" }, "apc_model": { "name": "Model" }, "apc_status": { "name": "Status data" }, "apparent_power": { "name": "Load apparent power" }, "bad_batteries": { "name": "Bad batteries" }, "battery_nominal_voltage": { "name": "Battery nominal voltage" }, "battery_replacement_date": { "name": "Battery replaced" }, "battery_status": { "name": "Battery status" }, "battery_voltage": { "name": "Battery voltage" }, "cable_type": { "name": "Cable type" }, "date": { "name": "Status date" }, "date_and_time": { "name": "Date and time" }, "dip_switch_settings": { "name": "DIP switch settings" }, "driver": { "name": "Driver" }, "external_batteries": { "name": "External batteries" }, "firmware_version": { "name": "Firmware version" }, "hostname": { "name": "Hostname" }, "humidity": { "name": "Ambient humidity" }, "input_voltage_high": { "name": "Input voltage high" }, "input_voltage_low": { "name": "Input voltage low" }, "internal_temperature": { "name": "Internal temperature" }, "last_self_test": { "name": "Last self-test" }, "last_transfer": { "name": "Last transfer" }, "line_failure": { "name": "Input voltage status" }, "line_frequency": { "name": "Line frequency" }, "line_voltage": { "name": "Input voltage" }, "load_capacity": { "name": "Load" }, "low_battery_signal": { "name": "Low battery signal" }, "manufacture_date": { "name": "Manufacture date" }, "master_update": { "name": "Master update" }, "max_battery_charge": { "name": "Battery shutdown" }, "max_time": { "name": "Battery timeout" }, "min_time": { "name": "Shutdown time" }, "model": { "name": "Model" }, "nominal_apparent_power": { "name": "Nominal apparent power" }, "nominal_input_voltage": { "name": "Nominal input voltage" }, "nominal_output_power": { "name": "Nominal output power" }, "nominal_output_voltage": { "name": "Nominal output voltage" }, "online_status": { "name": "Status flag" }, "output_current": { "name": "Output current" }, "output_voltage": { "name": "Output voltage" }, "register_1_fault": { "name": "Register 1 fault" }, "register_2_fault": { "name": "Register 2 fault" }, "register_3_fault": { "name": "Register 3 fault" }, "restore_capacity": { "name": "Restore requirement" }, "self_test_interval": { "name": "Self-test interval" }, "self_test_result": { "name": "Self-test result" }, "sensitivity": { "name": "Sensitivity" }, "serial_number": { "name": "Serial number" }, "shutdown_delay": { "name": "Shutdown delay" }, "startup_time": { "name": "Startup time" }, "status": { "name": "Status" }, "time_left": { "name": "Time left" }, "time_on_battery": { "name": "Time on battery" }, "total_time_on_battery": { "name": "Total time on battery" }, "transfer_count": { "name": "Transfer count" }, "transfer_from_battery": { "name": "Transfer from battery" }, "transfer_high": { "name": "Transfer high" }, "transfer_low": { "name": "Transfer low" }, "transfer_to_battery": { "name": "Transfer to battery" }, "ups_mode": { "name": "Mode" }, "ups_name": { "name": "Name" }, "version": { "name": "Daemon version" }, "wake_delay": { "name": "Wake delay" } } }, "exceptions": { "cannot_connect": { "message": "Cannot connect to APC UPS Daemon." } }, "issues": { "apc_deprecated": { "description": "The {entity_name} sensor (`{entity_id}`) is deprecated because it exposes internal details of the APC UPS Daemon response.\n\nIt is still referenced in the following automations or scripts:\n{items}\n\nUpdate those automations or scripts to use supported APC UPS entities instead. Reload the APC UPS Daemon integration afterwards to resolve this issue.", "title": "{entity_name} sensor is deprecated" }, "available_via_device_info": { "description": "The {entity_name} sensor (`{entity_id}`) is deprecated because the same value is available from the device registry via `device_attr(\"{device_id}\", \"{available_via_device_attr}\")`.\n\nIt is still referenced in the following automations or scripts:\n{items}\n\nUpdate those automations or scripts to use the `device_attr` helper instead of this sensor. Reload the APC UPS Daemon integration afterwards to resolve this issue.", "title": "{entity_name} sensor is deprecated" }, "date_deprecated": { "description": "The {entity_name} sensor (`{entity_id}`) is deprecated because the timestamp is already available from other APC UPS sensors via their last updated time.\n\nIt is still referenced in the following automations or scripts:\n{items}\n\nUpdate those automations or scripts to reference any entity's `last_updated` attribute instead (for example, `states.binary_sensor.apcups_online_status.last_updated`). Reload the APC UPS Daemon integration afterwards to resolve this issue.", "title": "{entity_name} sensor is deprecated" } } }