We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7715749 commit 33cfeccCopy full SHA for 33cfecc
src/panels/lovelace/cards/hui-energy-summary-card.ts
src/panels/lovelace/cards/types.ts
@@ -151,11 +151,6 @@ export interface EnergyCardBaseConfig extends LovelaceCardConfig {
151
collection_key?: string;
152
}
153
154
-export interface EnergySummaryCardConfig extends EnergyCardBaseConfig {
155
- type: "energy-summary";
156
- title?: string;
157
-}
158
-
159
export interface EnergyDistributionCardConfig extends EnergyCardBaseConfig {
160
type: "energy-distribution";
161
title?: string;
@@ -621,4 +616,4 @@ export interface EnergySummaryCard extends LovelaceCardConfig {
621
616
tap_action?: ActionConfig;
622
617
hold_action?: ActionConfig;
623
618
double_tap_action?: ActionConfig;
624
619
+}
0 commit comments