1
0
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:
Jay Turner
2024-05-29 11:33:12 +01:00
committed by GitHub
parent 7a7bd87f50
commit 56cabeb497

View File

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