Add title to reauthenticate integration issue (#111275)
* Add title to reauthenticate integration issue * Fix translation placeholder in test * Update translation placeholders in test_init.py * Update integration reauthentication message * Update string
This commit is contained in:
parent
0947bdbd20
commit
9f77e275e9
4 changed files with 5 additions and 4 deletions
|
@ -891,6 +891,7 @@ class ConfigEntry:
|
|||
issue_domain=self.domain,
|
||||
severity=ir.IssueSeverity.ERROR,
|
||||
translation_key="config_entry_reauth",
|
||||
translation_placeholders={"name": self.title},
|
||||
)
|
||||
|
||||
@callback
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue