mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 00:37:53 +00:00
Add missing discovery string from onewire (#136892)
This commit is contained in:
parent
9eb383f314
commit
5dd147e83b
@ -147,6 +147,7 @@ class OneWireFlowHandler(ConfigFlow, domain=DOMAIN):
|
||||
|
||||
return self.async_show_form(
|
||||
step_id="discovery_confirm",
|
||||
description_placeholders={"host": self._discovery_data[CONF_HOST]},
|
||||
errors=errors,
|
||||
)
|
||||
|
||||
|
@ -8,6 +8,9 @@
|
||||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
||||
},
|
||||
"step": {
|
||||
"discovery_confirm": {
|
||||
"description": "Do you want to set up OWServer from {host}?"
|
||||
},
|
||||
"reconfigure": {
|
||||
"data": {
|
||||
"host": "[%key:common::config_flow::data::host%]",
|
||||
|
Loading…
x
Reference in New Issue
Block a user