mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-17 22:36:35 +00:00
Fix type
value on Interface for the energy-usage-graph (#20895)
This commit is contained in:
parent
7a7bd87f50
commit
56cabeb497
@ -131,7 +131,7 @@ export interface EnergyDistributionCardConfig extends LovelaceCardConfig {
|
|||||||
collection_key?: string;
|
collection_key?: string;
|
||||||
}
|
}
|
||||||
export interface EnergyUsageGraphCardConfig extends LovelaceCardConfig {
|
export interface EnergyUsageGraphCardConfig extends LovelaceCardConfig {
|
||||||
type: "energy-summary-graph";
|
type: "energy-usage-graph";
|
||||||
title?: string;
|
title?: string;
|
||||||
collection_key?: string;
|
collection_key?: string;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user