1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-02 00:27:49 +01:00

Apply suggestion from @balloob

This commit is contained in:
Paulus Schoutsen
2026-04-01 13:45:33 -04:00
committed by GitHub
parent 50a8e953ed
commit 5a5b585abd

View File

@@ -43,7 +43,6 @@ const SUMMARY_ITEMS: SummaryInfo[] = [
},
{ key: "weather", icon: "mdi:weather-partly-cloudy", color: "teal" },
{ key: "energy", icon: HOME_SUMMARIES_ICONS.energy, color: "amber" },
{ key: "persons", icon: HOME_SUMMARIES_ICONS.persons, color: "green" },
];
@customElement("dialog-edit-home")