mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Improve config flow descriptions in Shelly integration (#40396)
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
"flow_title": "Shelly: {name}",
|
"flow_title": "Shelly: {name}",
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
|
"description": "Before set up, the battery-powered device must be woken up by pressing the button on the device.",
|
||||||
"data": {
|
"data": {
|
||||||
"host": "[%key:common::config_flow::data::host%]"
|
"host": "[%key:common::config_flow::data::host%]"
|
||||||
}
|
}
|
||||||
@@ -15,7 +16,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"confirm_discovery": {
|
"confirm_discovery": {
|
||||||
"description": "Do you want to set up the {model} at {host}?"
|
"description": "Do you want to set up the {model} at {host}?\n\nBefore set up, the battery-powered device must be woken up by pressing the button on the device."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
|
Reference in New Issue
Block a user