Improve discovery title (#27664)
This commit is contained in:
parent
487a5b2527
commit
5c2bf6dc7c
3 changed files with 3 additions and 0 deletions
|
@ -189,6 +189,7 @@ class DeconzFlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
|
|||
|
||||
# pylint: disable=no-member # https://github.com/PyCQA/pylint/issues/3167
|
||||
self.context[CONF_BRIDGEID] = bridgeid
|
||||
self.context["title_placeholders"] = {"host": discovery_info[CONF_HOST]}
|
||||
|
||||
self.deconz_config = {
|
||||
CONF_HOST: discovery_info[CONF_HOST],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue