{ "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "device_not_supported": "This device is not supported", "invalid_discovery_parameters": "Invalid discovery parameters", "reauth_enable_api_successful": "Enabling API was successful", "reauth_successful": "Authorization successful", "reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]", "unknown_error": "[%key:common::config_flow::error::unknown%]", "unsupported_api_version": "Detected unsupported API version", "wrong_device": "The configured device is not the same found on this IP address." }, "error": { "api_not_enabled": "The local API is disabled. Go to the HomeWizard app and enable the API in the device settings.", "authorization_failed": "Failed to authorize, make sure to press the button of the device within 30 seconds", "network_error": "Device unreachable, make sure that you have entered the correct IP address and that the device is available in your network" }, "step": { "authorize": { "description": "Press the button on the HomeWizard device for two seconds, then select the button below.", "title": "Authorize" }, "discovery_confirm": { "description": "Do you want to set up {product_type} ({serial}) at {ip_address}?", "title": "Confirm" }, "reauth_confirm_update_token": { "description": "[%key:component::homewizard::config::step::authorize::description%]", "title": "Re-authenticate" }, "reauth_enable_api": { "description": "The local API is disabled. Go to the HomeWizard app and enable the API in the device settings." }, "reconfigure": { "data": { "ip_address": "[%key:common::config_flow::data::ip%]" }, "data_description": { "ip_address": "[%key:component::homewizard::config::step::user::data_description::ip_address%]" }, "description": "Update configuration for {title}." }, "user": { "data": { "ip_address": "[%key:common::config_flow::data::ip%]" }, "data_description": { "ip_address": "The IP address of your HomeWizard device." }, "description": "Enter the IP address of your HomeWizard device to integrate with Home Assistant.", "title": "Configure device" } } }, "entity": { "number": { "status_light_brightness": { "name": "Status light brightness" } }, "select": { "battery_group_mode": { "name": "Battery group mode", "state": { "standby": "Standby", "to_full": "Manual charge mode", "zero": "Zero mode", "zero_charge_only": "Zero mode (charge only)", "zero_discharge_only": "Zero mode (discharge only)" } } }, "sensor": { "active_apparent_power_phase_va": { "name": "Apparent power phase {phase}" }, "active_current_phase_a": { "name": "Current phase {phase}" }, "active_liter_lpm": { "name": "Water usage" }, "active_power_average_w": { "name": "Average demand" }, "active_power_factor_phase": { "name": "Power factor phase {phase}" }, "active_power_phase_w": { "name": "Power phase {phase}" }, "active_production_power_w": { "name": "Production power" }, "active_reactive_power_phase_var": { "name": "Reactive power phase {phase}" }, "active_tariff": { "name": "Tariff" }, "active_voltage_phase_v": { "name": "Voltage phase {phase}" }, "any_power_fail_count": { "name": "Power failures detected" }, "cycles": { "name": "Battery cycles" }, "dsmr_version": { "name": "DSMR version" }, "long_power_fail_count": { "name": "Long power failures detected" }, "meter_model": { "name": "Smart meter model" }, "monthly_power_peak_w": { "name": "Peak demand current month" }, "state_of_charge_pct": { "name": "State of charge" }, "total_energy_export_kwh": { "name": "Energy export" }, "total_energy_export_tariff_kwh": { "name": "Energy export tariff {tariff}" }, "total_energy_import_kwh": { "name": "Energy import" }, "total_energy_import_tariff_kwh": { "name": "Energy import tariff {tariff}" }, "total_liter_m3": { "name": "Total water usage" }, "unique_meter_id": { "name": "Smart meter identifier" }, "uptime": { "name": "Uptime" }, "voltage_sag_phase_count": { "name": "Voltage sags detected phase {phase}" }, "voltage_swell_phase_count": { "name": "Voltage swells detected phase {phase}" }, "wifi_rssi": { "name": "Wi-Fi RSSI" }, "wifi_ssid": { "name": "Wi-Fi SSID" }, "wifi_strength": { "name": "Wi-Fi strength" } }, "switch": { "cloud_connection": { "name": "Cloud connection" }, "switch_lock": { "name": "Switch lock" } } }, "exceptions": { "api_disabled": { "message": "The local API is disabled." }, "api_unauthorized": { "message": "The local API is unauthorized. Restore API access by following the instructions in the repair issue." }, "communication_error": { "message": "An error occurred while communicating with your HomeWizard device" } }, "issues": { "migrate_to_v2_api": { "fix_flow": { "error": { "authorization_failed": "[%key:component::homewizard::config::error::authorization_failed%]" }, "step": { "authorize": { "description": "[%key:component::homewizard::config::step::authorize::description%]", "title": "[%key:component::homewizard::config::step::authorize::title%]" }, "confirm": { "description": "Your {title} now supports a more secure and feature-rich communication method. To take advantage of this, you need to reconfigure the integration.\n\nSelect **Submit** to start the reconfiguration.", "title": "[%key:component::homewizard::issues::migrate_to_v2_api::title%]" } } }, "title": "Update the authentication method for {title}" } } }