mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 16:57:19 +00:00
Fix repair issue about no yaml for config entries (#94271)
This commit is contained in:
parent
40bb796f03
commit
b39b0a960e
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user