mirror of
https://github.com/home-assistant/frontend.git
synced 2026-05-17 05:30:24 +01:00
641c444fdc
Fix demo mock recorder data end times The mock recorder was setting the start and end time for each of the samples to be the same value, causing the solar graph in the energy dashboard to render incorrectly. Fix the recorder to set the end time of each sample to the start time of the next.