Tweak Shelly message to be clearer (#42862)

Not all Shelly devices are battery-powered.
This commit is contained in:
Adam Ernst 2020-11-05 03:09:22 -06:00 committed by GitHub
parent f6751de262
commit 623f2b6f9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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": {

View File

@ -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."
}
}
},