1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Fix energy distribution card not advancing to next day (#28081)

This commit is contained in:
Petar Petrov
2025-11-24 21:44:22 +02:00
committed by GitHub
parent 2efc513221
commit 47e98d532d

View File

@@ -775,6 +775,7 @@ export const getEnergyDataCollection = (
hass.locale, hass.locale,
hass.config hass.config
); );
collection.refresh();
scheduleUpdatePeriod(); scheduleUpdatePeriod();
}, },
addHours( addHours(