{ "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]" }, "error": { "api_password": "Invalid authentication, use either API Key or Password.", "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%]" }, "step": { "user": { "data": { "api_key": "[%key:common::config_flow::data::api_key%]", "host": "[%key:common::config_flow::data::host%]", "password": "[%key:common::config_flow::data::password%]" }, "description": "Enter the IP address of your Daikin AC.\nIf your device is set up with a password or API-key, please use that, in all other cases leave the fields blank.", "title": "Configure Daikin AC" } } }, "entity": { "sensor": { "compressor_energy_consumption": { "name": "Compressor energy consumption" }, "compressor_estimated_power_consumption": { "name": "Compressor estimated power consumption" }, "compressor_frequency": { "name": "Compressor frequency" }, "cool_energy_consumption": { "name": "Cool energy consumption" }, "energy_consumption": { "name": "Energy consumption" }, "heat_energy_consumption": { "name": "Heat energy consumption" }, "inside_temperature": { "name": "Inside temperature" }, "outside_temperature": { "name": "Outside temperature" }, "target_humidity": { "name": "Target humidity" } }, "switch": { "toggle": { "name": "Power" } } }, "exceptions": { "error_communicating": { "message": "Error communicating with Daikin device: {error}" }, "zone_hvac_mode_unsupported": { "message": "Zone temperature can only be changed when the main climate mode is heat or cool." }, "zone_hvac_read_only": { "message": "Zone HVAC mode is controlled by the main climate entity." }, "zone_inactive": { "message": "Zone {zone_id} is not active. Enable the zone on your Daikin device first." }, "zone_missing": { "message": "Zone {zone_id} does not exist. Available zones are 0-{max_zone}." }, "zone_parameters_unavailable": { "message": "This device does not expose the required zone temperature parameters." }, "zone_set_failed": { "message": "Failed to set zone temperature. The device may not support this operation." }, "zone_temperature_missing": { "message": "Provide a temperature value when adjusting a zone." } } }