mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Fix Roomba strings step_id rename (#51744)
This commit is contained in:
parent
aacb334cc8
commit
49a943cc94
@ -2,7 +2,7 @@
|
||||
"config": {
|
||||
"flow_title": "{name} ({host})",
|
||||
"step": {
|
||||
"init": {
|
||||
"user": {
|
||||
"title": "Automatically connect to the device",
|
||||
"description": "Select a Roomba or Braava.",
|
||||
"data": {
|
||||
@ -16,7 +16,7 @@
|
||||
"host": "[%key:common::config_flow::data::host%]",
|
||||
"blid": "BLID"
|
||||
}
|
||||
},
|
||||
},
|
||||
"link": {
|
||||
"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."
|
||||
@ -27,7 +27,7 @@
|
||||
"data": {
|
||||
"password": "[%key:common::config_flow::data::password%]"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
||||
@ -37,7 +37,7 @@
|
||||
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
||||
"not_irobot_device": "Discovered device is not an iRobot device",
|
||||
"short_blid": "The BLID was truncated"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user