mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 22:57:17 +00:00
Fix Roomba strings step_id rename (#51744)
This commit is contained in:
parent
aacb334cc8
commit
49a943cc94
@ -2,7 +2,7 @@
|
|||||||
"config": {
|
"config": {
|
||||||
"flow_title": "{name} ({host})",
|
"flow_title": "{name} ({host})",
|
||||||
"step": {
|
"step": {
|
||||||
"init": {
|
"user": {
|
||||||
"title": "Automatically connect to the device",
|
"title": "Automatically connect to the device",
|
||||||
"description": "Select a Roomba or Braava.",
|
"description": "Select a Roomba or Braava.",
|
||||||
"data": {
|
"data": {
|
||||||
@ -16,7 +16,7 @@
|
|||||||
"host": "[%key:common::config_flow::data::host%]",
|
"host": "[%key:common::config_flow::data::host%]",
|
||||||
"blid": "BLID"
|
"blid": "BLID"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"link": {
|
"link": {
|
||||||
"title": "Retrieve Password",
|
"title": "Retrieve Password",
|
||||||
"description": "Press and hold the Home button on {name} until the device generates a sound (about two seconds), then submit within 30 seconds."
|
"description": "Press and hold the Home button on {name} until the device generates a sound (about two seconds), then submit within 30 seconds."
|
||||||
@ -27,7 +27,7 @@
|
|||||||
"data": {
|
"data": {
|
||||||
"password": "[%key:common::config_flow::data::password%]"
|
"password": "[%key:common::config_flow::data::password%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
||||||
@ -37,7 +37,7 @@
|
|||||||
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
||||||
"not_irobot_device": "Discovered device is not an iRobot device",
|
"not_irobot_device": "Discovered device is not an iRobot device",
|
||||||
"short_blid": "The BLID was truncated"
|
"short_blid": "The BLID was truncated"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"step": {
|
"step": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user