mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Tweak Shelly message to be clearer (#42862)
Not all Shelly devices are battery-powered.
This commit is contained in:
parent
f6751de262
commit
623f2b6f9c
@ -4,7 +4,7 @@
|
|||||||
"flow_title": "{name}",
|
"flow_title": "{name}",
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
"description": "Before set up, the battery-powered device must be woken up by pressing the button on the device.",
|
"description": "Before set up, battery-powered devices 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%]"
|
||||||
}
|
}
|
||||||
@ -16,7 +16,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"confirm_discovery": {
|
"confirm_discovery": {
|
||||||
"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."
|
"description": "Do you want to set up the {model} at {host}?\n\nBefore set up, battery-powered devices must be woken up by pressing the button on the device."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
"flow_title": "{name}",
|
"flow_title": "{name}",
|
||||||
"step": {
|
"step": {
|
||||||
"confirm_discovery": {
|
"confirm_discovery": {
|
||||||
"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."
|
"description": "Do you want to set up the {model} at {host}?\n\nBefore set up, battery-powered devices must be woken up by pressing the button on the device."
|
||||||
},
|
},
|
||||||
"credentials": {
|
"credentials": {
|
||||||
"data": {
|
"data": {
|
||||||
@ -25,7 +25,7 @@
|
|||||||
"data": {
|
"data": {
|
||||||
"host": "Host"
|
"host": "Host"
|
||||||
},
|
},
|
||||||
"description": "Before set up, the battery-powered device must be woken up by pressing the button on the device."
|
"description": "Before set up, battery-powered devices must be woken up by pressing the button on the device."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user