diff --git a/src/components/ha-alert.ts b/src/components/ha-alert.ts index a06f74b6be..b9468a8b92 100644 --- a/src/components/ha-alert.ts +++ b/src/components/ha-alert.ts @@ -5,6 +5,7 @@ import { mdiAlertOutline, mdiCheckboxMarkedCircleOutline, mdiClose, + mdiInformationOutline, } from "@mdi/js"; import { css, html, LitElement } from "lit"; import { customElement, property } from "lit/decorators"; @@ -13,7 +14,7 @@ import { fireEvent } from "../common/dom/fire_event"; import "./ha-svg-icon"; const ALERT_ICONS = { - info: mdiAlertCircleOutline, + info: mdiInformationOutline, warning: mdiAlertOutline, error: mdiAlertCircleOutline, success: mdiCheckboxMarkedCircleOutline, diff --git a/src/panels/config/energy/ha-config-energy.ts b/src/panels/config/energy/ha-config-energy.ts index c1b6a28c3a..5598aaaf3f 100644 --- a/src/panels/config/energy/ha-config-energy.ts +++ b/src/panels/config/energy/ha-config-energy.ts @@ -13,6 +13,7 @@ import "../../../layouts/hass-loading-screen"; import "../../../layouts/hass-tabs-subpage"; import { haStyle } from "../../../resources/styles"; import type { HomeAssistant, Route } from "../../../types"; +import "../../../components/ha-alert"; import { configSections } from "../ha-panel-config"; import "./components/ha-energy-device-settings"; import "./components/ha-energy-grid-settings"; @@ -77,12 +78,10 @@ class HaConfigEnergy extends LitElement { .route=${this.route} .tabs=${configSections.experiences} > - -
- After setting up a new device, it can take up to 2 hours for new - data to arrive in your energy dashboard. -
-
+ + After setting up a new device, it can take up to 2 hours for new data + to arrive in your energy dashboard. +