1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-22 10:55:50 +00:00
Files
core/homeassistant/components/daikin/strings.json
2025-10-28 10:33:10 +01:00

62 lines
1.9 KiB
JSON

{
"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"
}
}
}
}