mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 09:17:10 +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,
|
severity=IssueSeverity.ERROR,
|
||||||
issue_domain=domain,
|
issue_domain=domain,
|
||||||
translation_key="integration_key_no_support",
|
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()
|
start = timer()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user