Use warning in ha-alert for breaks_in_ha_version (#14186)

This commit is contained in:
Joakim Sørensen 2022-10-25 14:25:16 +02:00 committed by GitHub
parent c8d16af1b5
commit 51febc2218
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ class DialogRepairsIssue extends LitElement {
<div>
${this._issue.breaks_in_ha_version
? html`
<ha-alert alert-type="error">
<ha-alert alert-type="warning">
${this.hass.localize(
"ui.panel.config.repairs.dialog.breaks_in_version",
{ version: this._issue.breaks_in_ha_version }