{ "config": { "step": { "user": { "title": "Configure device", "description": "Enter the IP address of your HomeWizard Energy device to integrate with Home Assistant.", "data": { "ip_address": "[%key:common::config_flow::data::ip%]" } }, "discovery_confirm": { "title": "Confirm", "description": "Do you want to set up {product_type} ({serial}) at {ip_address}?" }, "reauth_confirm": { "description": "The local API is disabled. Go to the HomeWizard Energy app and enable the API in the device settings." } }, "error": { "api_not_enabled": "The API is not enabled. Enable API in the HomeWizard Energy App under settings", "network_error": "Device unreachable, make sure that you have entered the correct IP address and that the device is available in your network" }, "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "invalid_discovery_parameters": "Detected unsupported API version", "device_not_supported": "This device is not supported", "unknown_error": "[%key:common::config_flow::error::unknown%]", "reauth_successful": "Enabling API was successful" } }, "entity": { "number": { "status_light_brightness": { "name": "Status light brightness" } }, "sensor": { "dsmr_version": { "name": "DSMR version" }, "meter_model": { "name": "Smart meter model" }, "unique_meter_id": { "name": "Smart meter identifier" }, "wifi_ssid": { "name": "Wi-Fi SSID" }, "active_tariff": { "name": "Tariff" }, "wifi_strength": { "name": "Wi-Fi strength" }, "total_energy_import_kwh": { "name": "Energy import" }, "total_energy_import_tariff_kwh": { "name": "Energy import tariff {tariff}" }, "total_energy_export_kwh": { "name": "Energy export" }, "total_energy_export_tariff_kwh": { "name": "Energy export tariff {tariff}" }, "active_power_phase_w": { "name": "Power phase {phase}" }, "active_voltage_phase_v": { "name": "Voltage phase {phase}" }, "active_current_phase_a": { "name": "Current phase {phase}" }, "voltage_sag_phase_count": { "name": "Voltage sags detected phase {phase}" }, "voltage_swell_phase_count": { "name": "Voltage swells detected phase {phase}" }, "any_power_fail_count": { "name": "Power failures detected" }, "long_power_fail_count": { "name": "Long power failures detected" }, "active_power_average_w": { "name": "Average demand" }, "monthly_power_peak_w": { "name": "Peak demand current month" }, "active_liter_lpm": { "name": "Water usage" }, "total_liter_m3": { "name": "Total water usage" } }, "switch": { "switch_lock": { "name": "Switch lock" }, "cloud_connection": { "name": "Cloud connection" } } }, "exceptions": { "api_disabled": { "message": "The local API of the HomeWizard device is disabled" }, "communication_error": { "message": "An error occurred while communicating with HomeWizard device" } } }