mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-24 20:55:49 +00:00
Fix type value on Interface for the energy-usage-graph (#20895)
This commit is contained in:
@@ -131,7 +131,7 @@ export interface EnergyDistributionCardConfig extends LovelaceCardConfig {
|
||||
collection_key?: string;
|
||||
}
|
||||
export interface EnergyUsageGraphCardConfig extends LovelaceCardConfig {
|
||||
type: "energy-summary-graph";
|
||||
type: "energy-usage-graph";
|
||||
title?: string;
|
||||
collection_key?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user