mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 22:25:13 +02:00
Update path of the config_flow picture
This commit is contained in:
@@ -5,22 +5,26 @@
|
||||
"init": {
|
||||
"title": "Pick HomematicIP Accesspoint",
|
||||
"data": {
|
||||
"accesspoint": "Accesspoint ID (SGTIN)",
|
||||
"hapid": "Accesspoint ID (SGTIN)",
|
||||
"pin": "Pin Code (optional)",
|
||||
"name": "Name (optional, used as name prefix for all devices)"
|
||||
}
|
||||
},
|
||||
"link": {
|
||||
"title": "Link Accesspoint",
|
||||
"description": "Press the blue button on the accesspoint and the submit to register HomematicIP with Home Assistant.\n\n"
|
||||
"description": "Press the blue button on the accesspoint and the submit button to register HomematicIP with Home Assistant.\n\n"
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"register_failed": "Failed to register, please try again.",
|
||||
"invalid_pin": "Invalid PIN, please try again."
|
||||
"invalid_pin": "Invalid PIN, please try again.",
|
||||
"press_the_button": "Please press the blue button.",
|
||||
"timeout_button": "Blue button press timeout, please try again."
|
||||
},
|
||||
"abort": {
|
||||
"unknown": "Unknown error occurred."
|
||||
"unknown": "Unknown error occurred.",
|
||||
"conection_aborted": "Could not connect to HMIP server",
|
||||
"already_configured": "Accesspoint is already configured"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -12,7 +12,7 @@
|
||||
},
|
||||
"link": {
|
||||
"title": "Link Accesspoint",
|
||||
"description": "Press the blue button on the accesspoint and the submit button to register HomematicIP with Home Assistant.\n\n"
|
||||
"description": "Press the blue button on the accesspoint and the submit button to register HomematicIP with Home Assistant.\n\n"
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
|
Reference in New Issue
Block a user