1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Daikin improve config flow dialog message (#155202)

Co-authored-by: Dave T <17680170+davet2001@users.noreply.github.com>
This commit is contained in:
Fredrik Erlandsson
2025-10-28 08:02:15 +01:00
committed by GitHub
parent f7e5dc7637
commit ac6dddc895

View File

@@ -3,11 +3,11 @@
"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.",
"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.",
"data": {
"host": "[%key:common::config_flow::data::host%]",
"api_key": "[%key:common::config_flow::data::api_key%]",
"password": "[%key:common::config_flow::data::password%]"
"password": "[%key:common::config_flow::data::password%]",
"api_key": "[%key:common::config_flow::data::api_key%]"
}
}
},