mirror of https://github.com/home-assistant/core
62 lines
1.8 KiB
JSON
62 lines
1.8 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Configure Daikin AC",
|
|
"description": "Enter the IP address of your Daikin AC.\n\nNote that API key and password are only used by BRP072Cxx and SKYFi devices respectively.",
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"api_key": "[%key:common::config_flow::data::api_key%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
}
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
},
|
|
"error": {
|
|
"unknown": "[%key:common::config_flow::error::unknown%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"api_password": "Invalid authentication, use either API Key or Password.",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"inside_temperature": {
|
|
"name": "Inside temperature"
|
|
},
|
|
"outside_temperature": {
|
|
"name": "Outside temperature"
|
|
},
|
|
"target_humidity": {
|
|
"name": "Target humidity"
|
|
},
|
|
"compressor_estimated_power_consumption": {
|
|
"name": "Compressor estimated power consumption"
|
|
},
|
|
"cool_energy_consumption": {
|
|
"name": "Cool energy consumption"
|
|
},
|
|
"heat_energy_consumption": {
|
|
"name": "Heat energy consumption"
|
|
},
|
|
"energy_consumption": {
|
|
"name": "Energy consumption"
|
|
},
|
|
"compressor_frequency": {
|
|
"name": "Compressor frequency"
|
|
},
|
|
"compressor_energy_consumption": {
|
|
"name": "Compressor energy consumption"
|
|
}
|
|
},
|
|
"switch": {
|
|
"toggle": {
|
|
"name": "Power"
|
|
}
|
|
}
|
|
}
|
|
}
|