This commit is contained in:
J. Nick Koston 2023-02-27 15:04:28 -06:00
parent 77e05af465
commit 3ce4e67083
No known key found for this signature in database

View File

@ -616,7 +616,7 @@ export const getEnergyDataCollection = (
energyCollectionKeys.push(options.key); energyCollectionKeys.push(options.key);
let energyInfoAndCO2Signal: EnergyInfoAndCO2Signal | undefined; let energyInfoAndCO2Signal: EnergyInfoAndCO2Signal | undefined;
let forceRefreshEnergyInfo: bool = false; let forceRefreshEnergyInfo = false;
const collection = getCollection<EnergyData>( const collection = getCollection<EnergyData>(
hass.connection, hass.connection,