8000 components/husqvarna_automower_ble: Update strings · home-assistant/core@dc779c7 · GitHub
[go: up one dir, main page]

Skip to content

Commit dc779c7

Browse files
committed
components/husqvarna_automower_ble: Update strings
Signed-off-by: Alistair Francis <alistair@alistair23.me>
1 parent 5681c9d commit dc779c7

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

homeassistant/components/husqvarna_automower_ble/config_flow.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ async def async_step_bluetooth_confirm(
7474
self.pin = user_input[CONF_PIN]
7575
return await self.async_step_confirm()
7676

77-
self._set_confirm_only()
7877
return self.async_show_form(
7978
step_id="bluetooth_confirm",
8079
data_schema=vol.Schema(

homeassistant/components/husqvarna_automower_ble/strings.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,28 @@
44
"step": {
55
"user": {
66
"data": {
7-
"address": "Device BLE address"
7+
"address": "Device BLE address",
8+
"pin": "Mower PIN"
9+
},
10+
"data_description": {
11+
"pin": "The PIN used to secure the mower"
812
}
913
},
1014
"confirm": {
11-
"description": "Do you want to set up {name}? Make sure the mower is in pairing mode"
15+
"description": "Do you want to set up {name}? Make sure the mower is in pairing mode",
16+
"data": {
17+
"pin": "Mower PIN"
18+
},
19+
"data_description": {
20+
"pin": "The PIN used to secure the mower"
21+
}
1222
},
1323
"reauth_confirm": {
1424
"data": {
1525
"pin": "Mower PIN"
26+
},
27+
"data_description": {
28+
"pin": "The PIN used to secure the mower"
1629
}
1730
}
1831
},

0 commit comments

Comments
 (0)
0