mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +00:00
Use warning in ha-alert for breaks_in_ha_version (#14186)
This commit is contained in:
parent
c8d16af1b5
commit
51febc2218
@ -57,7 +57,7 @@ class DialogRepairsIssue extends LitElement {
|
|||||||
<div>
|
<div>
|
||||||
${this._issue.breaks_in_ha_version
|
${this._issue.breaks_in_ha_version
|
||||||
? html`
|
? html`
|
||||||
<ha-alert alert-type="error">
|
<ha-alert alert-type="warning">
|
||||||
${this.hass.localize(
|
${this.hass.localize(
|
||||||
"ui.panel.config.repairs.dialog.breaks_in_version",
|
"ui.panel.config.repairs.dialog.breaks_in_version",
|
||||||
{ version: this._issue.breaks_in_ha_version }
|
{ version: this._issue.breaks_in_ha_version }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user