mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +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}",
|
||||
"step": {
|
||||
"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": {
|
||||
"host": "[%key:common::config_flow::data::host%]"
|
||||
}
|
||||
@ -16,7 +16,7 @@
|
||||
}
|
||||
},
|
||||
"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": {
|
||||
|
@ -13,7 +13,7 @@
|
||||
"flow_title": "{name}",
|
||||
"step": {
|
||||
"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": {
|
||||
"data": {
|
||||
@ -25,7 +25,7 @@
|
||||
"data": {
|
||||
"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