Fix repair issue about no yaml for config entries (#94271)

pull/94288/head
Franck Nijhof 2023-06-08 18:22:34 +02:00 committed by Paulus Schoutsen
parent 40bb796f03
commit b39b0a960e
1 changed files with 4 additions and 1 deletions

View File

@ -245,7 +245,10 @@ async def _async_setup_component(
severity=IssueSeverity.ERROR,
issue_domain=domain,
translation_key="integration_key_no_support",
translation_placeholders={"domain": domain},
translation_placeholders={
"domain": domain,
"add_integration": f"/config/integrations/dashboard/add?domain={domain}",
},
)
start = timer()