Fix type value on Interface for the energy-usage-graph (#20895)

This commit is contained in:
Jay Turner 2024-05-29 11:33:12 +01:00 committed by GitHub
parent 7a7bd87f50
commit 56cabeb497
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
} }