Add missing translation placeholder in Hydrawise (#113007)
Add missing translation placeholderpull/113012/head
parent
b8ae5e2388
commit
08874354c7
|
@ -52,7 +52,10 @@ class HydrawiseConfigFlow(ConfigFlow, domain=DOMAIN):
|
|||
is_fixable=False,
|
||||
severity=IssueSeverity.ERROR,
|
||||
translation_key="deprecated_yaml_import_issue",
|
||||
translation_placeholders={"error_type": error_type},
|
||||
translation_placeholders={
|
||||
"error_type": error_type,
|
||||
"url": "/config/integrations/dashboard/add?domain=hydrawise",
|
||||
},
|
||||
)
|
||||
return self.async_abort(reason=error_type)
|
||||
|
||||
|
|
Loading…
Reference in New Issue