mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 15:44:52 +01:00
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"no_devices": "No supported IntelliClima devices were found in your account",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"username": "[%key:common::config_flow::data::email%]"
|
|
},
|
|
"data_description": {
|
|
"password": "Your IntelliClima app password",
|
|
"username": "Your IntelliClima app username"
|
|
},
|
|
"description": "Authenticate against IntelliClima cloud"
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"select": {
|
|
"fan_mode": {
|
|
"name": "Fan direction mode",
|
|
"state": {
|
|
"alternate": "Alternating",
|
|
"forward": "Forward",
|
|
"reverse": "Reverse",
|
|
"sensor": "Sensor"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|