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:
Aidan Timson 2024-02-26 13:19:37 +00:00 committed by GitHub
parent 0947bdbd20
commit 9f77e275e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 4 deletions

View file

@ -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